Stephen Philbin
09-22-2005, 01:45 AM
Hi folks. Just designing part of an app here and could do with knowing if POST data is sent even if a Location respose header is recieved?
I mean, does it go:
Client: "Hi. I want that page."
Server: "Sorry, That page is over there -->"
Client: "Ok. I guess I'll take my post data over there then."
Or does it go:
Client: "Hi. I want that page and here's a bunch of post data for it."
Server: "My, aren't we the over eager one today. Sorry, but you'll have to take your post data over there. --->"
?
I mean, does it go:
Client: "Hi. I want that page."
Server: "Sorry, That page is over there -->"
Client: "Ok. I guess I'll take my post data over there then."
Or does it go:
Client: "Hi. I want that page and here's a bunch of post data for it."
Server: "My, aren't we the over eager one today. Sorry, but you'll have to take your post data over there. --->"
?