Hi,

Pound: Version 2.7, installed via source.

I'm having an issue where URL's are being converted when redirecting. If I don't redirect the request is passed along without the encoding issue.

Example:

$ curl -I "https://www.example.org/üser"; # Obviously not my actual domain
HTTP/1.0 302 Found
Location: https://www.example.com/%ff%ffserfbc
Content-Type: text/html
Content-Length: 200

Here is the block performing the redirect:
Service
    HeadRequire "^Host:\s*(?:www\.|)example\.org$"
    Redirect 302 "https://www.example.com";
End

Any ideas?

TIA

--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to