Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP options request method support #117

Closed
SudakovIvan opened this issue Jan 23, 2018 · 3 comments
Closed

HTTP options request method support #117

SudakovIvan opened this issue Jan 23, 2018 · 3 comments

Comments

@SudakovIvan
Copy link
Contributor

SudakovIvan commented Jan 23, 2018

As I understand, there is no support for http options request method currently. Such a feature is needed for CORS (https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)

@SudakovIvan SudakovIvan changed the title HTTP Post request method supporting HTTP options request method supporting Jan 23, 2018
@SudakovIvan
Copy link
Contributor Author

I've just found the KDSoapServerCustomVerbRequestInterface class. Apparently this is what I need

@SudakovIvan SudakovIvan changed the title HTTP options request method supporting HTTP options request method support Jan 23, 2018
@eugenyk
Copy link

eugenyk commented May 26, 2018

KDSoapServerCustomVerbRequestInterface can hold answers for the "OPTIONS" request, but some clients need "Access-Control-Allow-Origin" HTTP-headeres in every answer, is there any way in KDSoap to add headers to every response?

@SudakovIvan
Copy link
Contributor Author

See #132

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants