Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Querystring in url is ignored #74

Open
tommybo-entur opened this issue Dec 1, 2021 · 0 comments
Open

Querystring in url is ignored #74

tommybo-entur opened this issue Dec 1, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@tommybo-entur
Copy link

Describe the bug
I'm trying to connect to a GraphQL service that require us to pass an identifier through the querystring in the url. The url looks something like this: https://app.myservice.com/api/graphql?myIdentifier=SomeString. When I save and test the datasource an error is shown stating that we receive a http-response with status code 400. I have to inspect the network traffic to find the error returned from the service, which in turn states something in the lines of "myIdentifier can not be empty"

Expected behavior
I expect the service to accept the request according to the query parameters set in the url

Screenshots
image

@tommybo-entur tommybo-entur added the bug Something isn't working label Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant