Abount WmsSendRequest function
Posted: Wed Jun 16, 2010 7:55 pm
Hello Eugene,
Is it possible to give more information about the function WmsSendRequest and its arguments?
I am interested in sending a POST request to a web server over HTTPS? To give you an idea take a look at the following:
C:\Temp\curl>curl --location https://www.google.com/youtube/accounts/ClientLogin --data "Email=user@domain.name&Passwd=UserPassword&service=youtube&source=WMSTest" --header "Content-Type:application/x-www-form-urlencoded" --insecure
Is it possible by using WmsSendRequest function?
If so could you give an example of it?
Also is it possible to send an additional header to the remote server in WmsDownloadURL function?
Thank you in advance!
Regards.
Is it possible to give more information about the function WmsSendRequest and its arguments?
I am interested in sending a POST request to a web server over HTTPS? To give you an idea take a look at the following:
C:\Temp\curl>curl --location https://www.google.com/youtube/accounts/ClientLogin --data "Email=user@domain.name&Passwd=UserPassword&service=youtube&source=WMSTest" --header "Content-Type:application/x-www-form-urlencoded" --insecure
Is it possible by using WmsSendRequest function?
If so could you give an example of it?
Also is it possible to send an additional header to the remote server in WmsDownloadURL function?
Thank you in advance!
Regards.