Transfer 06-Sample: QueryParam propagation to backend service #51
Unanswered
oliverbusch
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use the curl query to pass query parameters (message=test123) to the backend service, which are then evaluated in the service?
Curl query:
curl --location --request GET 'http://localhost:29291/public?message=test123' --header 'Authorization: <auth code>'
Backend service method
public List<Auftrag> getAuftraeg(final @Context HttpHeaders httpHeaders, @QueryParam("message") String message)
Beta Was this translation helpful? Give feedback.
All reactions