Score:0

Proxy a site that has custom authentication

lr flag

Let's say I have mysite.com. I want to reverse proxy it to whatever.com. This could be easily achieved by using Nginx reverse proxy. However, I want the proxy server (mysite.com) to authenticate with whatever.com and then serve that site back to the client. Is it possible using Nginx or any other applications?

Authentication with whatever.com can be done by visiting whatever.com/index.php?act=login&user=username&pass=password

Paul avatar
cn flag
Using `nginx` you can authenticate using certs (`proxy_ssl_certificate`, I think).
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.