-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
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
feat: log ip address on callback from twilio #3937
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as discussed, would be better to pass the IP as a param to Twilio
Thanks! I changed the implementation to pass it as a query param in the callback |
c16ed53
to
cedbcbd
Compare
cedbcbd
to
293dc77
Compare
will need to fix tests |
69c9f1f
to
bac944d
Compare
Tests were failing because req.url contains only the relative path, and Also added try catch block in case the |
b165249
to
81ae615
Compare
Problem
Solution
Tests