Rohit Gupta

Rohit Gupta

  • 72
  • 25.6k
  • 2.8m

Python based Google Authentication working on localhost, not on live

Jul 24 2024 6:07 AM

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)