AGS_ROLES in proxy response headers

499
0
11-15-2021 01:37 AM
SergioCalvoRomero
New Contributor II

Hi all,

In the version 1.1.2 of the proxy.jsp and at the method fetchAndPassBackToClient there is an added header called AGS_ROLES.

In the version 1.0 of the proxy.jsp that header is not added (in fact no header is added).

Does anyone know what is that header for or if it improves the performance somehow?

I'm having problems when the token needs to be renewed. In that case I get the error "Exceeded stated content-length of: '61' bytes" in that method. The workaround is not adding the headers in the fetchAndPassBackToClient (like in the 1.0) but I don't know if there could be an impact in the application or in the performance.

Thanks in advance.

0 Kudos
0 Replies