Search found 1 match
- Fri Jun 03, 2011 10:28 am
- Forum: NoScript Development
- Topic: Broken URLs with braces (spaces instead of braces)
- Replies: 1
- Views: 1286
Broken URLs with braces (spaces instead of braces)
Hello. With enabled NoScript I have problems with some special URLs. For example: http://localhost/application/search/newdomain.com(olddomain.com) The actual sent request URI is: /application/search/newdomain.com%20olddomain.com%20 It looks like NoScript translates braces to spaces in some URLs . Ho...