Hello all.
Is there a way to set the user-agent when I connect to an httpsocket using the “mysocket.get” function?
Many thanks!
Hello all.
Is there a way to set the user-agent when I connect to an httpsocket using the “mysocket.get” function?
Many thanks!
Execute this line of code before executing the HTTPSocket.Get method:
HTTPSocket.SetRequestHeader "User-Agent:", "Whatever you would like the User Agent to be"
Wonderful! Many thanks! You solved a big problem for me!