HTTP-Method OPTIONS is not implemented.

Post Reply
Fabio
Posts: 2
Joined: Thu Dec 07, 2017 2:41 pm

HTTP-Method OPTIONS is not implemented.

Post by Fabio » Thu Dec 07, 2017 2:53 pm

Hi,
this is a nice tool!
Now I've a big problem.
I call one php page on server with Windows Webserver.
Client is jquery application.

I get this response "HTTP-Method OPTIONS is not implemented.".

Client calls OPTIONS Method because client and server have different domains.

I tried to add php header as response for allow origin and force "real http method" (post) ... but no effect.

Please help

Thank you

Best Regards

Fabio

User avatar
mwiede
Site Admin
Posts: 34
Joined: Fri Oct 27, 2017 12:56 pm
Location: Germany
Contact:

Re: HTTP-Method OPTIONS is not implemented.

Post by mwiede » Sat Dec 09, 2017 6:20 pm

OPTIONS is now implemented.
Please reinstall with your download link.

WWebserver only support following HTTP-Methods: GET, POST, HEAD, OPTIONS

WebDAV methods like DELETE and PUT are not yet supported.

Fabio
Posts: 2
Joined: Thu Dec 07, 2017 2:41 pm

Re: HTTP-Method OPTIONS is not implemented.

Post by Fabio » Mon Dec 11, 2017 10:56 am

Great mwiede!
Wonderful!

Anyway I used email link but I download same version and when I've reinstall it I got then same problem , same message.

What I wrong?

Regards

Fabio

User avatar
mwiede
Site Admin
Posts: 34
Joined: Fri Oct 27, 2017 12:56 pm
Location: Germany
Contact:

Re: HTTP-Method OPTIONS is not implemented.

Post by mwiede » Mon Dec 11, 2017 2:47 pm

I am sorry, i only changed PHP 5.4.45.
Please reinstall PHP7 version.

Post Reply