You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can get the IP address from the Request class with request.headers['x-forwarded-for'].
So, I want to know if getting the device ID from the Request class is possible same as getting the IP address.
(Or must I get the device ID and send it in the body?)
The text was updated successfully, but these errors were encountered:
I can get the IP address from the Request class with
request.headers['x-forwarded-for']
.So, I want to know if getting the device ID from the Request class is possible same as getting the IP address.
(Or must I get the device ID and send it in the body?)
The text was updated successfully, but these errors were encountered: