CORS allow missing origin for a specific call?
hkdb opened this issue · 1 comments
hkdb commented
Hi there,
Thanks to your awesome package, I was able to put together a cors restricted api which works perfectly. However, I also have a need to add a webhook that will receive calls from our payment gateway that doesn't include Origin in the headers. Is there a way to by-pass CORs restriction for just a specific handler?
Thanks!
hkdb commented
Nevermind... brain fart... please ignore. Thanks again for making such a great package!