5
Answers

Python based Google Authentication working on localhost, not on live

Rohit Gupta

Rohit Gupta

Jul 24
379
1

I am working on a django application, where I have implemented login with Google Authentication. I have my application on a VM and use an IIS reverse proxy to redirect localhost to the live URL. The problem is that my response from Google starts localhost:8000, instead of my domain.

So how can I make sure that the response starts with my domain?

Answers (5)