Hi,
I enter a URL in the browser's address bar https://MySait/xx.php?DNSID=wCx and go to this page. In my program, I make an http request to this page
ohttp: Open( "GET", "https://MySait/xx.php?DNSID=wCx", 1)
ohttp:Send (NIL)
.......
and I want to get the HTML text of this page
buf:=ohttp:responseText
However, as a result, I get the HTML text of the main page of the MySait site. It turns out that the HTTP request is not triggered if the URL contains xx.PHP ?