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.
Abount WmsSendRequest function
Re: Abount WmsSendRequest function
Hello,
Examples POST in Fox, Marvel podcasts. Example using ole-object "WinHttp.WinHttpRequest.5" in "Watch TV Shows"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?
-
- Posts: 98
- Joined: Sat May 08, 2010 8:12 pm
Re: Abount WmsSendRequest function
Thank you!Eugene wrote:Hello,Examples POST in Fox, Marvel podcasts. Example using ole-object "WinHttp.WinHttpRequest.5" in "Watch TV Shows"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?
I'll take a look at them.