Tags: Application Request Routing

502.3

IIS Benjamin Perkins

An HTTP status code of 502 – Bad Gateway means “The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.”  I interpret that to mean that there is a server (server A) between my client and the server (server B) […]

Read More →

Using HTTP/2 with ARR and IIS 10

IIS Benjamin Perkins

I was asked a question about if the Application Request Router supports the HTTP 2 protocol on IIS 10 (not sure what it will be called). I was pretty confident that it did, but nothing beats a test to confirm it. So that is what I did. I used this article here that contains some […]

Read More →

Configure Application Request Routing with Windows Authentication, Kerberos

IIS Benjamin Perkins

If you have not already read this article, please do which is a prequel to this one that explains the basic installation and configuration of ARR using anonymous authentication. The steps for configuring Application Request Routing (ARR) to use Windows Authentication -> Kerberos, are: Set authentication protocol on IIS (Server Farm) servers to Windows Authentication […]

Read More →

Configure Application Request Routing

IIS Benjamin Perkins

There are many documents that cover the configuration of ARR, but this one’s my own. I write this post to set the base line for another article I wrote here, about configuring ARR to work with Windows Authentication, specifically Kerberos. After taking the actions in this article and making sure all is running as expected, […]

Read More →