Hi
I'm using cfhttp with the post method to pass some variables to a third party server and collect the results to use in my scripts.
If I use:
'<CFHTTP url="
as the url I get a 404 page not found error. However, if I specify the IP address of the server in the url as:
'<CFHTTP url="
as the url, it works.
I don't think there's a problem with dns because I set up the dns records for the 3rd party domain name that I'm testing and everything else on port 80 works fine. I've tried specifying port 80 in the CFHTTP parameters and that doesn't help.
The domain name uses host headers to share an ip address in iis5. Maybe CFHTTP can't handle host headers?
Any ideas?
thanks in advance
I'm using cfhttp with the post method to pass some variables to a third party server and collect the results to use in my scripts.
If I use:
'<CFHTTP url="
as the url I get a 404 page not found error. However, if I specify the IP address of the server in the url as:
'<CFHTTP url="
as the url, it works.
I don't think there's a problem with dns because I set up the dns records for the 3rd party domain name that I'm testing and everything else on port 80 works fine. I've tried specifying port 80 in the CFHTTP parameters and that doesn't help.
The domain name uses host headers to share an ip address in iis5. Maybe CFHTTP can't handle host headers?
Any ideas?
thanks in advance