Open ayyappaappana opened 9 years ago
How to override req.secure to work even if it is http request. http://localhost:80/user/:userid/something
{ error: "https required for basic auth. refusing login request" }
xyzController is having BasicAuth policy is extended for the Endpoint Action.
+1
securityLevel is a CORS options in sails. What is the connection ?
@sylvainlap Yes your correct, did you got any solution.?
It has been fixed by https://github.com/tjwebb/sails-auth/pull/100
How to override req.secure to work even if it is http request. http://localhost:80/user/:userid/something
{ error: "https required for basic auth. refusing login request" }
xyzController is having BasicAuth policy is extended for the Endpoint Action.