URL parameters disappear

L

Lee

Hi all

This is very strange. I've taken maintenance work on a site pre-
written in c#. When I try to put in links which have GET parameters in
the URL (i.e. http://www.mysite.com?edit=1), the parameters are
stripped and the application receives only the bare URL (http://
www.mysite.com). Sometimes, I would see two post backs - first with
good URL, second only with the Raw URL.

The site is using FormsAuthentication.

Any ideas? is there a place where I can detect the source of the raw
URL?

thanks so much for any ideas!
Lee
 
G

George

Lee said:
Hi all

This is very strange. I've taken maintenance work on a site pre-
written in c#. When I try to put in links which have GET parameters in
the URL (i.e. http://www.mysite.com?edit=1), the parameters are
stripped and the application receives only the bare URL (http://
www.mysite.com). Sometimes, I would see two post backs - first with
good URL, second only with the Raw URL.

The site is using FormsAuthentication.

Any ideas? is there a place where I can detect the source of the raw
URL?

thanks so much for any ideas!
Lee


The common reason is you have an empty image on your page...
like <img src=""...>

PS: check if second request is not PostBack and is GET

George.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,197
Latest member
ScottChare

Latest Threads

Top