Your site sending an automated query to the page IS a bot!
Quote:
|
My confusion is because I though it were only possible to use post/get when you control the whole site.
|
Nope how do you think things such as payment gateways work?
The site send a POST query to the processing merchant with all the data in it.
Provided you have a way of communicating with the third parties (such as an API) a single form on your site could send data to several remote systems in the form they understand.
It's how sites that query several search engines work, they don't go and physically fill the search form in, they send a HTTP Request to a URL and then read the HTTP response to return the data.
This link for instance http://www.google.com/search?hl=en-GB&q=Yahoo sends a GET query to Google, and returns the response to the browser.
Server side queries are EXACTLY the same, and when the response comes back the server code has to decide what it means.
For the most part you only have to deal with the VISIBLE part of the Internet and have no need to understand how HTTP communication works. So it remains the Developers "black art" 
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|