502.3 Error Code 2147954552 Reverse Proxy Cookie problem

Dawid Kotynia 1 Reputation point
2022-02-10T14:23:19.237+00:00

Hi,
I'm struggling with a 502.3 Error Code 2147954552 problem. I already analyze the Bad request routing logs. No info there, only Error code mentioned at the beggining. I stuck. I can only say when the cookie for the website is on client side then I have this problem. When the user will remove the cookie then everything is routed properly. I will be apriciate for any help.

Internet Information Services
{count} votes

2 answers

Sort by: Most helpful
  1. Sachin Chadha 5 Reputation points
    2024-05-01T13:43:09.0033333+00:00

    After spending many days and nights, we found root cause of this issue as spaces mentioned inside text of one of the HTTP Response Header value. Reference to screenshot below is the correct and incorrect value:

    Incorrect Value: Header always set X-Content-Type-Options

    Correct Value: X-Content-Type-Options

    Hence do not provide any space between any value of response header.

    HTTP Response Headers can be found in feature view of web application or at IIS Server Name level.User's image

    1 person found this answer helpful.
    0 comments No comments

  2. Dawid Kotynia 1 Reputation point
    2024-05-01T19:20:28.31+00:00

    Thank you very much for trying to help. Unfortunatelly it will take for me some time to check if this works. It's almost two years since topic starts, but I never found an answer so it will be interesting to test what you found.

    0 comments No comments