Page 1 of 1

Abount WmsSendRequest function

Posted: Wed Jun 16, 2010 7:55 pm
by S@gittarius
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.

Re: Abount WmsSendRequest function

Posted: Thu Jun 17, 2010 6:47 am
by Eugene
Hello,
S@gittarius wrote: 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?
Is it possible by using WmsSendRequest function?
If so could you give an example of it?
Examples POST in Fox, Marvel podcasts. Example using ole-object "WinHttp.WinHttpRequest.5" in "Watch TV Shows"

Re: Abount WmsSendRequest function

Posted: Thu Jun 17, 2010 7:11 am
by S@gittarius
Eugene wrote:Hello,
S@gittarius wrote: 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?
Is it possible by using WmsSendRequest function?
If so could you give an example of it?
Examples POST in Fox, Marvel podcasts. Example using ole-object "WinHttp.WinHttpRequest.5" in "Watch TV Shows"
Thank you!
I'll take a look at them.