Vu Tran
[email protected]
Repositories
Issues
Comments
Results
1
comments of
Vu Tran
I want to convert Netflix - zuul to Spring - cloud - gateway, In zuul I'm using request context for modifying the response body and request body in pre filter. But in spring - cloud-gateway I'm facing issues with exchange in global filter as I can't able to use request context. Please suggest me how can I proceed with it. My requirement is if access token is not valid or expired I have to give access-forbidden message as output in filter itself without routing to any service.
same issue...