[Development] QTBUG-35892. QML XMLHttpRequest does not support the OPTIONS method.

Allan Sandfeld Jensen kde at carewolf.com
Thu Sep 4 11:29:22 CEST 2014


On Thursday 04 September 2014, Richard Moore wrote:
> On 3 September 2014 20:25, Thiago Macieira <thiago.macieira at intel.com>
> 
> wrote:
> > > > How is it represented in HTML5?
> > > > Just do it the same way.
> > > 
> > > I'm a little unsure that I understood. Could you please clarify what
> > > did you mean by "represented in HTML5"?
> > 
> > XMLHttpRequests have existed in JavaScript and HTML5 for years. How do
> > they do
> > this?
> 
> I actually looked at the specs (both level 1 and level 2) the other day and
> OPTIONS * isn't mentioned at all.
> 
At least in WebKit, it is an allowed method for open(), eg. 
xhr.open('OPTIONS',..)

`Allan



More information about the Development mailing list