@kusanagi - which means they are doing something that is not needed, at least when URL encoding is concerned. They may be doing that due to internal implementation considerations.
– OdedMar 07 '11 at 13:51
@kusanagi - What server? You didn't mention a server in your question.
– OdedMar 07 '11 at 13:54
1
http server, i make program post, so if i submit in firefox server accept '!' but my programm post request not accept
– kusanagiMar 07 '11 at 13:55
@kusanagi - What webserver? Did you attach a debugging proxy to see the actual request/response? Perhaps you should be asking a new question about this.
– OdedMar 07 '11 at 13:58
if i post value '!!!test' server get only 'test' but if i post'%21%21%21test' server get '!!!test'
– kusanagiMar 07 '11 at 14:00
2
@kusanagi - Looks like an issue with your web server or framework. It works fine on wikipedia: http://en.wikipedia.org/wiki/Yahoo!
– OdedMar 07 '11 at 14:04