473,385 Members | 1,396 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

firewalls "removing bogus header"

Some of our users behind firewalls (watchguard in particular) are reporting
that they can't access our site. This is the type of error they are
getting:

02/06/04 07:27 http-proxy[13348]: [200.8.8.31:2990 204.225.90.54:80]
removing bogus HTTP header "GET
/Disclaimer.aspx?Mode=0&Page=1&vs=1&rlt=&cp=&pt=32& mp=0-0-0&mrt=-1-0-0&Beds=
3-0&Baths=2-0&f=&ft=all&o=A&

The site in question is www.mls.ca, clicking on a province, selecting
checkboxes from the left, clicking "Seach" and then doing an advanced search
from the form that comes up.

We are obviously sending headers that don't conform to the RFC, but are at a
loss to identify the specific problem. If anyone could shed some light onto
this, it'd be greatly appreciated.

Karl
Nov 18 '05 #1
4 1796
"Karl Seguin" <kseguin##crea.ca> wrote in message
news:OH****************@TK2MSFTNGP09.phx.gbl...
Some of our users behind firewalls (watchguard in particular) are reporting that they can't access our site. This is the type of error they are
getting:

02/06/04 07:27 http-proxy[13348]: [200.8.8.31:2990 204.225.90.54:80]
removing bogus HTTP header "GET
/Disclaimer.aspx?Mode=0&Page=1&vs=1&rlt=&cp=&pt=32& mp=0-0-0&mrt=-1-0-0&Beds= 3-0&Baths=2-0&f=&ft=all&o=A&

The site in question is www.mls.ca, clicking on a province, selecting
checkboxes from the left, clicking "Seach" and then doing an advanced search from the form that comes up.

We are obviously sending headers that don't conform to the RFC, but are at a loss to identify the specific problem. If anyone could shed some light onto this, it'd be greatly appreciated.


Only a wild guess: why does your query string end in an ampersand (&)?
--
John Saunders
John.Saunders at SurfControl.com
Nov 18 '05 #2
John,
I don't think it does, I think their firewall log stripped part of it out
for display and that was just copied & pasted. Will definetly set up a test
to see if that's the specific problem though.

Karl

"John Saunders" <john.saunders at SurfControl.com> wrote in message
news:uj****************@tk2msftngp13.phx.gbl...
"Karl Seguin" <kseguin##crea.ca> wrote in message
news:OH****************@TK2MSFTNGP09.phx.gbl...
Some of our users behind firewalls (watchguard in particular) are reporting
that they can't access our site. This is the type of error they are
getting:

02/06/04 07:27 http-proxy[13348]: [200.8.8.31:2990 204.225.90.54:80]
removing bogus HTTP header "GET

/Disclaimer.aspx?Mode=0&Page=1&vs=1&rlt=&cp=&pt=32& mp=0-0-0&mrt=-1-0-0&Beds=
3-0&Baths=2-0&f=&ft=all&o=A&

The site in question is www.mls.ca, clicking on a province, selecting
checkboxes from the left, clicking "Seach" and then doing an advanced

search
from the form that comes up.

We are obviously sending headers that don't conform to the RFC, but are

at a
loss to identify the specific problem. If anyone could shed some light

onto
this, it'd be greatly appreciated.


Only a wild guess: why does your query string end in an ampersand (&)?
--
John Saunders
John.Saunders at SurfControl.com

Nov 18 '05 #3
"Karl Seguin" <kseguin##crea.ca> wrote in message
news:e$****************@TK2MSFTNGP09.phx.gbl...
John,
I don't think it does, I think their firewall log stripped part of it out
for display and that was just copied & pasted. Will definetly set up a test to see if that's the specific problem though.

Karl

"John Saunders" <john.saunders at SurfControl.com> wrote in message
news:uj****************@tk2msftngp13.phx.gbl...
"Karl Seguin" <kseguin##crea.ca> wrote in message
news:OH****************@TK2MSFTNGP09.phx.gbl...
Some of our users behind firewalls (watchguard in particular) are reporting
that they can't access our site. This is the type of error they are
getting:

02/06/04 07:27 http-proxy[13348]: [200.8.8.31:2990 204.225.90.54:80]
removing bogus HTTP header "GET

/Disclaimer.aspx?Mode=0&Page=1&vs=1&rlt=&cp=&pt=32& mp=0-0-0&mrt=-1-0-0&Beds=
3-0&Baths=2-0&f=&ft=all&o=A&

The site in question is www.mls.ca, clicking on a province, selecting
checkboxes from the left, clicking "Seach" and then doing an advanced

search
from the form that comes up.

We are obviously sending headers that don't conform to the RFC, but
are at
a
loss to identify the specific problem. If anyone could shed some

light onto
this, it'd be greatly appreciated.


Only a wild guess: why does your query string end in an ampersand (&)?
--
John Saunders
John.Saunders at SurfControl.com


Also, Karl, could we see the entire header before it's stripped?

--
John Saunders
John.Saunders at SurfControl.com
Nov 18 '05 #4
As i understand you are using GET.
I am affraid that in this case URL gets too long.

Change method to POST and try.

George.
"Karl Seguin" <kseguin##crea.ca> wrote in message
news:OH****************@TK2MSFTNGP09.phx.gbl...
Some of our users behind firewalls (watchguard in particular) are reporting that they can't access our site. This is the type of error they are
getting:

02/06/04 07:27 http-proxy[13348]: [200.8.8.31:2990 204.225.90.54:80]
removing bogus HTTP header "GET
/Disclaimer.aspx?Mode=0&Page=1&vs=1&rlt=&cp=&pt=32& mp=0-0-0&mrt=-1-0-0&Beds= 3-0&Baths=2-0&f=&ft=all&o=A&

The site in question is www.mls.ca, clicking on a province, selecting
checkboxes from the left, clicking "Seach" and then doing an advanced search from the form that comes up.

We are obviously sending headers that don't conform to the RFC, but are at a loss to identify the specific problem. If anyone could shed some light onto this, it'd be greatly appreciated.

Karl

Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: John | last post by:
I have read somewhere else in this newsgroup that the way to avoid the message (Warning: Page has Expired blah, blah blah ... ) when one presses the back button is to place the statement...
11
by: Francisco Mendez | last post by:
I get the following message when trying to run my script: "Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/newcustomer.php:23) in...
7
by: beliavsky | last post by:
Ideally, one can use someone's C++ code by just looking at the header files (which should contain comments describing the functions in addition to function definitions), without access to the full...
32
by: Stephen | last post by:
Is there a standard way to remove the warning that a C compiler might produce from the statement: if (a = b) {} I don't want to do: if ((a = b) != 0) {} Because my "a = b" is actually...
16
by: a | last post by:
Hi everybody, My config: Win XP (or 2003), Apache 2.0.54, PHP 5.1.2. I have been trying to handle the case of a lenghty opearation on the server while providing the user with feedback and...
14
by: Russell Hoover | last post by:
I want "www." to never show in a browser's location bar when anyone visits my site via my domain-name. i.e. : BAD: http://www.my-domain-name GOOD: http://my-domain-name How can I...
4
by: andre rodier | last post by:
Hello, I need to display or propose a jpeg image on a web page. When I need to display the image, I use this code : header("Content-Length: $fileSize") ; header("Content-Type: $type") ;...
1
by: Tine Müller | last post by:
// Date in the past header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // always modified header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // HTTP/1.1 header("Cache-Control:...
0
by: Lukas | last post by:
Hello I would like to place a "Page Header"-Section before a "Report header"- Section: {Page header} Logo...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.