stevelionbird
Programmer
I'm having a hard time tracing the source of this one ...
I'm using cfhttp to retrieve an xml doc via a cfm page. It works fine on the two development servers, but suddenly it does not work on the production server.
Instead, it throws the following error:
[!]HTTP/1.1 400 Bad Request Content-Type: text/html Connection: close Date: Tue, 20 Mar 2007 14:35:40 GMT Content-Length: 39[/!]
The production server is off site and running Linux (CentOS). Our admin WAS able to get a successful response from the URL via wget from the command line of the production server, so that means the IP is not being blocked for whatever reason and DNS is just fine.
The code is identical on both dev and prod servers and initially the production server was returning results successfully (which made me suspect IP block). Also, the url string is hardcoded into the URL attribute of the cfhttp tag.
Anyone have any ideas as to what might be causing this?
Thanks,
Steve
I'm using cfhttp to retrieve an xml doc via a cfm page. It works fine on the two development servers, but suddenly it does not work on the production server.
Instead, it throws the following error:
[!]HTTP/1.1 400 Bad Request Content-Type: text/html Connection: close Date: Tue, 20 Mar 2007 14:35:40 GMT Content-Length: 39[/!]
The production server is off site and running Linux (CentOS). Our admin WAS able to get a successful response from the URL via wget from the command line of the production server, so that means the IP is not being blocked for whatever reason and DNS is just fine.
The code is identical on both dev and prod servers and initially the production server was returning results successfully (which made me suspect IP block). Also, the url string is hardcoded into the URL attribute of the cfhttp tag.
Anyone have any ideas as to what might be causing this?
Thanks,
Steve