We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I would like to access the context.rawRequest['ip'] from a callable but it appears that you're not exposing the rawRequest in CallableContext.
context.rawRequest['ip']
rawRequest
CallableContext
I realise I could get the IP by switching to callable but ideally I'd use callable for the authentication.
Would it be something you'd consider? I would be happy to submit a PR if you let me know how you would want it implementing?
The text was updated successfully, but these errors were encountered:
Hey @pulyaevskiy, hope you're doing alright over there? Don't suppose you had chance to consider this?
Thanks
Sorry, something went wrong.
No branches or pull requests
Hi, I would like to access the
context.rawRequest['ip']
from a callable but it appears that you're not exposing therawRequest
inCallableContext
.I realise I could get the IP by switching to callable but ideally I'd use callable for the authentication.
Would it be something you'd consider? I would be happy to submit a PR if you let me know how you would want it implementing?
The text was updated successfully, but these errors were encountered: