Hey everybody,
I'm just playing around with Lumen trying to build a small API. However I'm having issue with preflight headers. My server is setup correctly to send CORS headers. Allowed all domains, with all verbs (using same setup I can easily getting to work with Slim Framework - tough I can intercept OPTIONS in Slim itself).
Now sending a request to API it fails on 405 preflight OPTIONS request with 405 Method not allowed. Any ideas?
In case anybody wonders. I extended request to force reply OPTIONS preflight with success CORS headers. Then it works ok.
Hi rockoo do you perhaps have an example of what you did.
thanks
Dan
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community