dgsQueryExecutor.executeAndExtractJsonPath requests doesn't go through spring interceptors #751
hadiranjbar25
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to test some features by adding some headers to the gql request. I'm using executeAndExtractJsonPath that allows you to add headers to the request.
We have a spring interceptor to get some data from the headers of the request. But, the created requests don't go through the spring interceptors and bypass it. How can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions