-
Notifications
You must be signed in to change notification settings - Fork 36
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
document the use of the headersinspection handler and the options. #90
Comments
Is there a way to make a custom request with that Location URL that is returned? We'd want the Auth passed from the existing graphClient - but i don't see a way to make a custom request - i'd have to create a new HttpClient which is duplicative. |
Piggybacking here, in python it would be something like:
and then after the request is made, you can get, say, the
|
@andrueastman I've just tried your code in a csharp project and must be missing something, because both the Are there additional steps when creating the client with kiota to enable the header-inspection functionality? |
@rm-code if you customised the DI setup you may have missed registering the HeadersInspectionHandler like I did.
|
Related to microsoft/kiota#2963
We should add samples of reading request/response headers in the languages supported.
In C# this looks to be close to
The text was updated successfully, but these errors were encountered: