lwcolton / falcon-cors

CORS support for Falcon: http://falconframework.org
Apache License 2.0
74 stars 15 forks source link

Origin not allowed, request processed #11

Open adrlen opened 5 years ago

adrlen commented 5 years ago

Hello,

I'm getting this error from falcon_cors :

Aborting response due to origin not allowed

I'm not sure yet but I suspect that the user is using a VPN.

The request is still processed even with origin not allowed, just there is no success response. Is this a normal behavior ?

Thanks.

HansKeppie commented 5 years ago

I see the same behaviour: the log mentions something about aborting ("falcon_cors:Aborting response due to origin not allowed"), but the processing just continues...