Abount WmsSendRequest function

Internet TV, Radio, Podcasts
Post Reply
S@gittarius
Posts: 98
Joined: Sat May 08, 2010 8:12 pm

Abount WmsSendRequest function

Post 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.
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Abount WmsSendRequest function

Post 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"
S@gittarius
Posts: 98
Joined: Sat May 08, 2010 8:12 pm

Re: Abount WmsSendRequest function

Post 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.
Post Reply