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