Request Headers #542
Unanswered
CarlosUvaSilva
asked this question in
Questions (Q&A)
Replies: 1 comment
-
Hey, does
work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm creating a SASS and I'd like to throttle based on the client's Auth-Token
This token is based on the request's headers but I can't access those headers, is that even possible?
req.header
throws an error. I read in another issue thatreq.get_header('Auth-Token')
should work but I always get nilEDIT: I can't access my POST params either. Am I missing some config?
thanks
Beta Was this translation helpful? Give feedback.
All reactions