xtrim Posted May 8, 2007 Posted May 8, 2007 Hi all, IE7 will not let you to pass parameters in a http link I have a client that upgraded to IE7 and since then he is getting "404 file not found". It is working fine in other browsers. Here is the MSDN article. Any Idea how to overcome this issue?
Mikhail Edoshin Posted May 10, 2007 Posted May 10, 2007 (edited) I'm not sure, but it seems the answer is in the article: “convert extended characters into the escaped versions of these characters”. That is you need to HTTP-encode extended characters, if any. Try first to submit a request without extended characters to see if this is indeed the case. If yes, look in Google about HTTP encoding. UPD: I assumed you used web publishing, while now I believe you use WebViewer. Yet the idea is same: see if you use non-ASCII or other non-HTTP safe characters and escape them. Edited May 10, 2007 by Guest
Recommended Posts
This topic is 6747 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now