FF3 redirect from remote IP to localhost after form submit

I am accessing another computer on the network using my local ip (e.g. 10.1.1.59:8080). The input page loads nicely, but after submitting the form, firefox (3) redirects to localhost instead of the remote IP.

IE6 / 7/8 gives no problem, so it seems like a problem with firefox.

Any ideas?

0


a source to share


4 answers


In fact, I was wrong in the resolution. This is not a browser cache issue, but could have been related to jboss / tomcat - restarting them removes the problem for a while. I probably restarted jboss when I reset my browser cache and got it wrong in the browser cache as the main reason. I managed to recreate this problem in Safari and IE, so I'm leaning towards jboss being the culprit.



0


a source


8080.

Typically this is the port of the proxy server.



0


a source


Like the above, shahkalpesh seems to have something to do with caching.

Resetting the cache fixed the issue.

Thanks.

0


a source


In this type of problem, the source is usually the server and its content.

Please edit your question to be more specific.

What URL did you type?

What did the source say?

What did your web server access log say?

0


a source







All Articles