Remove CRLF text from the url in Apache server -
i have url this:
http://www.example.com/rd%0ax-resp: smuge/xx.cfm
i want remove these http
splitting characters %0a
url , should process request this:
http://www.example.com/rdx-resp: smuge/xx.cfm
how can in url re-write method in apache or there other way remove before request goes application server?
Comments
Post a Comment