On 05/03/2013 01:53 AM, Sindhi Sindhi wrote:
I'm so sorry, I searched, and found that request_rec has the below members - char *args; char *unparsed_uri; apr_uri_t parsed_uri;Which of the below members will have the exact URI that is passed from the browser?
unparsed_uri will have what you are looking for. parsed_uri will be a post-processing, so it may or may not be the same. Joe