Re: Problems accessing a XML-file
- From: Bjoern Hoehrmann <bjoern@xxxxxxxxxxxx>
- Date: Mon, 09 Jun 2008 23:05:09 +0200
* K Viltersten wrote in comp.lang.javascript:
I've been laborating with an external package
(ExtJS, i don't know how well known it is).
When i try to run their examples from their
site, everything works well. When i run the
same example from my local host, i get the
following error message in FireBug.
System.Web.HttpException: HTTP-verb POST used
to access the path /DynamicFeedback_test01/xm
l-form.xml is invalid (not allowed?)
Your server rejects the POST request. You have to reconfigure your
server to accept it (if that is what you want). Consult your server
manual for how to do that.
The strange thing is that when i enter this:
http://localhost/.../xml-form.xml
i get to see the file. However, when the very
same file is requested by the form, i get the
error instead.
When you enter the address in the browser's address bar, it will use
a GET request, not a POST, and your server is configured to allow the
GET request.
--
Björn Höhrmann · mailto:bjoern@xxxxxxxxxxxx · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
.
- Follow-Ups:
- Re: Problems accessing a XML-file
- From: Bart Van der Donck
- Re: Problems accessing a XML-file
- References:
- Problems accessing a XML-file
- From: K Viltersten
- Problems accessing a XML-file
- Prev by Date: Re: inherited private variables
- Next by Date: Re: Should the webserver add "Content-Type: text/xml header" to the requested XML file?
- Previous by thread: Problems accessing a XML-file
- Next by thread: Re: Problems accessing a XML-file
- Index(es):
Relevant Pages
|