You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use LittleProxy as a reverse proxy by modifying httpObjects in a HttpFiltersSourceAdapter.
My backend server does need some custom headers (let's say customheader1 and customheader2) to handle/authorize properly my requests (own business rule). If I do not send those headers, backend returns a 403.
The logger shows me the expected HTTP request and the backend server receives the headers in a correct way. Here is what the backend access.log tells me:
Hello,
I am trying to use LittleProxy as a reverse proxy by modifying httpObjects in a HttpFiltersSourceAdapter.
My backend server does need some custom headers (let's say customheader1 and customheader2) to handle/authorize properly my requests (own business rule). If I do not send those headers, backend returns a 403.
So, I add my custom headers like that:
The logger shows me the expected HTTP request and the backend server receives the headers in a correct way. Here is what the backend access.log tells me:
Observations:
Question:
I am not an expert but I think that after receiving a 302, LittleProxy fires automatically the second request, isn't it?
The text was updated successfully, but these errors were encountered: