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?