Re: [PHP] Relocating and POSTing



On Thu, Jul 10, 2008 at 2:58 PM, Daniel Brown <parasane@xxxxxxxxx> wrote:
On Thu, Jul 10, 2008 at 2:32 PM, Richard Heyes <richardh@xxxxxxxxxxx> wrote:

1. Use the query string. Eg

header('Location: http://www.xxx.com?name=value&name2=value2');

That's GET, not POST, as the subject requests. ;-P

2. Use sessions

.... if you're not trying to POST the data and are staying within
the same domain on the same server. ;-P

I'm pretty sure he means persist POST data on the forwarded request.
.



Relevant Pages

  • Re: query parameters at the end of the JavaScript file
    ... Resource Identifiers (URI): Generic Syntax and Semantics,") for its definition of URI, and RFC 2396 makes it very clear that a query string _is_ part of a URI. ... The mans that caching GET requests without regard to their URI would be significantly faulty behaviour. ...
    (comp.lang.javascript)
  • Re: If isset query_string return 404
    ... So if a browser or spider requests something ... >>> The requested URL was not found on this server. ... >> whether there's a query string or not. ... empty, and if it is empty, then you're OK. ...
    (comp.lang.php)
  • HTTP Get
    ... adapter to support Get requests. ... I get back in IE is the query string) and nothing ever hits BT. ... does it actually convert the query string to an instance of the correct XML ...
    (microsoft.public.biztalk.general)
  • Re: If isset query_string return 404
    ... >>> I want my server to send a 404 header if a URL with a query string is ... So if a browser or spider requests something ... >> whether there's a query string or not. ...
    (comp.lang.php)
  • Re: If isset query_string return 404
    ... >>> I want my server to send a 404 header if a URL with a query string is ... So if a browser or spider requests something ... >> whether there's a query string or not. ... I turned off a module in our engine, and you are correct - IIS won't set ...
    (comp.lang.php)