Hello everyone
I am facing a strange problem:
behind corporate firewall i can browse with any browser to www.mysite.com/test.php?&Param1=Param1&Param2=Param2 and everything works but when i use the following command in B4A the firewall says that request is blocked without specify any other information.
Should i take care about something that i don't know?
I can ask to my admin to open ports or enable something, but what?
Any suggestion?
Thanks in advance!
I am facing a strange problem:
behind corporate firewall i can browse with any browser to www.mysite.com/test.php?&Param1=Param1&Param2=Param2 and everything works but when i use the following command in B4A the firewall says that request is blocked without specify any other information.
B4X:
ContactServer.PostString("http://www.mysite.com/test.php?" & "&Param1=" & Param1 & "&Param2=" & Param2, "")
I can ask to my admin to open ports or enable something, but what?
Any suggestion?
Thanks in advance!