Rename the host key to more RFC reliant namr #292
asonnleitner
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
According to RFC-1738 the
host
is constructed from thehostname
and optionallyport
. But in the config we are specifying the full GraphQL endpoint URL, including the path.https://www.rfc-editor.org/rfc/rfc1738#section-3.1
Proportional
Change the
host
in the config to more fitting name to maybe one of:uri
as the Apollo client https://www.apollographql.com/docs/react/get-started/#step-3-initialize-apolloclientendpoint
url
Also willing to contribute
Beta Was this translation helpful? Give feedback.
All reactions