graphql-net icon indicating copy to clipboard operation
graphql-net copied to clipboard

Adding headers to the webclient

Open NicoJuicy opened this issue 8 years ago • 1 comments

I need an api key for authentication, i can't seem to find the webclient where i can add the headers.

Any thoughts to put me on the right path?

NicoJuicy avatar Nov 16 '17 23:11 NicoJuicy

Hi, I'm not sure if i understand you correctly. This library is a server-side implementation of GraphQL to evaluate GraphQL-Queries. You can use it in various setups, e.g. in an ASP.NET application and invoke it from a controller action. This library is not directly related to authentication or handling HTTP requests/-headers.

Can provide more context for this question?

MarianPalkus avatar Dec 08 '17 18:12 MarianPalkus