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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -