Submitted by herisson.thomas on Sun, 05/15/2011 - 01:50
Hi,
sorry for my english ...
I have a big problem for using api. My php code is OK with all request, but if add "a= in the call url, server can't receive value and the result is an error from api ...
For exemple, my php code : shell_exec("wget -O - --quiet --http-user=xxxxxx --http-passwd=xxxxxx --no-check-certificate 'https://mondomaine.com:10000/virtual-server/remote.cgi?program=create-us...'");
If die this call in text, "a= became : "a=
Thanks to help me
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Sun, 05/15/2011 - 14:03 Comment #1
Could you post the full message you are getting back from the API?
Submitted by herisson.thomas on Thu, 05/19/2011 - 01:49 Comment #2
i have resolved with urlencode() for all the request
Thanks
Submitted by JamieCameron on Thu, 05/19/2011 - 12:06 Comment #3
Yes, all URL parameters should be escaped like that ..
Submitted by Issues on Thu, 06/02/2011 - 17:22 Comment #4
Automatically closed -- issue fixed for 2 weeks with no activity.