Click to See Complete Forum and Search --> : Complex http problem.


abudabit
04-28-2005, 01:44 PM
Hello everyone, I am having a bit of a problem. There is a website which gives a different response depending on whether you submit a form or enter a url. If I use my web developer tool to convert the posts to gets, the webpage gives me a response. But when I click on the url bar and hit enter again, it gives me an error page saying I should disable my firewall.

Now the problem is, when I replicate a submit post via my serverside script, I get the same 'firewall' error page. Does anyone know what this is?

Examining the http I send one get or the other I see no difference, and one post via my script vs the website form I also see no difference. I'm very confused.

Anyways, the website is www.nwrealestate.com. If you go to http://www.nwrealestate.com/nwrpub/index.cfm?action=ptype&county=kin and convert the form to a get form, then after submitting re-enter the url you will see what I am getting.

I know this is a complex problem, so thank you for your time.

LiLcRaZyFuZzY
04-29-2005, 12:36 AM
i dont get any problems??actually i dont really understand
i am right on a page that is called 'http://www.nwrealestate.com/nwrpub/index.cfm', then i submit?there definitly is no GET, just POST..?

abudabit
04-29-2005, 10:46 AM
i dont get any problems??actually i dont really understand
i am right on a page that is called 'http://www.nwrealestate.com/nwrpub/index.cfm', then i submit?there definitly is no GET, just POST..?

Right, but when you convert the form to a GET, that is what I am talking about.