Hey,

As long as the auth value is static, it may work.
You should use ACLs to match if your request already contains a query
string or not, because it will have an influence on the string to
happen.

cheers

On Tue, Jan 17, 2012 at 7:33 PM,  <[email protected]> wrote:
> I have a URL with a query string I need to append to.
>
> My example of the client URL is:
>
> http://www.domain.com:11000/something/page?id=111&time=11111
>
> The URL I want to send to the servers needs an auth key appended to it:
>
> http://www.domain.com:8000/something/page?id=111&time=11111&auth=xxxxxx
>
> Can I use reqirep to just add on to the end of a query string?
>
> The incoming client query string may change so I will need to not rely on it 
> being the same every request.
>
> any ideas?
>
> Thanks,
>
> Rick
>
> ---
> posted at http://www.serverphorums.com
> http://www.serverphorums.com/read.php?10,431812,431812#msg-431812
>

Reply via email to