0

Context: I am working on a web form application hosted using an Azure App service. The WebForm application is hosted together with a WebApp project I would want that API requests from Angular no longer pass the Arrafinity cookie ( which is HttpOnly), or that the the cookie is ignored by just the API. How could I achieve this ? ( The API is stateless, the Web Form is not )

1 Answer 1

2

ARR Affinity can be disabled on the Web App Configuration General Settings tab. See this article for more details. enter image description here

Sign up to request clarification or add additional context in comments.

3 Comments

Thank you. I am aware of this option, but I do not want to fully disable it. I would want that just API requests from Angular no longer pass the Arrafinity cookie.
What use case do you have that you want it enabled but don't want to use it from Angular, but do from elsewhere?
I still have old WebForms parts ( telerik), that are stateful .

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.