You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Situation: I have a legacy Dynamics 365 (on prem) instance with a custom authentication. I can bypass that auth with specific http-headers (Coookies to be precise)
Request: Allow custom headers to be passed via the DynamicsWebApi config object which are added to each request. (Alternative: in the request object for each request... slightly more effort for me, but it would work)
Thanks for considering :-)
And thanks for the solution!!
The text was updated successfully, but these errors were encountered:
Manual headers was something that I have been thinking of implementing for quite a long time, but I could not find a real use case where it was needed and that's why I have never done it. Well... now I have a use case! :) Thank you for creating a case and I will see what can be done.
Also, If I do this, most probably it will be to included it in a v2 or in one of the future patches, because I am very close to the release and adding new features to v1 is not feasible atm. Hope it's ok.
Situation: I have a legacy Dynamics 365 (on prem) instance with a custom authentication. I can bypass that auth with specific http-headers (Coookies to be precise)
Request: Allow custom headers to be passed via the DynamicsWebApi config object which are added to each request. (Alternative: in the request object for each request... slightly more effort for me, but it would work)
Thanks for considering :-)
And thanks for the solution!!
The text was updated successfully, but these errors were encountered: