Adkins, Randy wrote: > Well I tried duplicating a 400 error by putting a SPACE in the URL > But that returns a 404 error. > > Such as: > http://houseandhome.msn.com/%20Homes/FiveSecretsToASuccessfulPurchase0.aspx
There is no space in this URL. That is a %20, not a space. You will need to use a tool like telnet to put a space in a URL. Jochem >Bad example since it is ASP, but still returns a 404 Error code. > >So I understand what it is saying but I am not able to >Duplicate it. I if can duplicate it then I can try to research >And fix the problem. > >Same with the 405, how would the request method be other than a form? > > > >-----Original Message----- >From: Jochem van Dieten [mailto:[EMAIL PROTECTED] >Sent: Friday, January 14, 2005 1:16 PM >To: CF-Community >Subject: Re: HTTP Error Codes > >Adkins, Randy wrote: >> >> ERROR CODE 400: BAD REQUEST >> The request could not be understood by the server due to incorrect >> syntax. >> >> What does this mean? > >That the HTTP request was syntactically incorrect. It might have had a >space in the wrong place or something. > > >>------------------------------ >> >> ERROR CODE 405: METHOD NOT ALLOWED >> The method specified in the Request-Line is not allowed for the >> resource identified by the Request-URI. The response MUST include an >> Allow header containing a list of valid methods for the requested >resource. >> >> Would this mean your are using a form method other than POST and GET? > >Yes (although not necessarily because of a form). Scripts often scan for >systems that allow PUT and DELETE. > >Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:142759 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
