G
Guest
We're seeing a very strange error. We have a local WAS server running, and
have a URL mapped to it - something like dev.abc.company.com. If we click
the Favorites link (http://dev.abc.company.com) we get an error (no message
returned so I'm not sure what it is). If we type that exact same URL into
the browser, it works perfectly. Some of the trace logs imply that the
favorites link is doing a GET vs the typed in link is doing a POST. We're
not passing alot of data around, for now just hardcoded a login id and
automatically submit the page onLoad. but in incase the login id was not
collected up, we put some error trapping in the backend code to see if it's
null, and it was not.
One other thing is that we see a 304 Not Modifed message in some of the logs
when the link is clicked. We just see a 200 OK message when the url is typed
in.
Any ideas why a favorites Link would behave differently than typing the URL
in directly? I've searched the net and the MS Knowledge base and dont' see
any info on this.
Thanks!
have a URL mapped to it - something like dev.abc.company.com. If we click
the Favorites link (http://dev.abc.company.com) we get an error (no message
returned so I'm not sure what it is). If we type that exact same URL into
the browser, it works perfectly. Some of the trace logs imply that the
favorites link is doing a GET vs the typed in link is doing a POST. We're
not passing alot of data around, for now just hardcoded a login id and
automatically submit the page onLoad. but in incase the login id was not
collected up, we put some error trapping in the backend code to see if it's
null, and it was not.
One other thing is that we see a 304 Not Modifed message in some of the logs
when the link is clicked. We just see a 200 OK message when the url is typed
in.
Any ideas why a favorites Link would behave differently than typing the URL
in directly? I've searched the net and the MS Knowledge base and dont' see
any info on this.
Thanks!