Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

http get request returns incorrect result 1

Status
Not open for further replies.

yeller2

Programmer
Feb 8, 2007
69
0
0
US
Yo,

I want to send an http get request without a query string (not even a trailing '?'). Can this be done using a form?

Thanks
 
by defintion GET request get placed in the query string. if you don't want that use POST.

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Thanks a lot - just what I was looking for!
 
You are welcome.

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top