Thank you all for watching and for your support. ►► If you want to master Web API development using best practices, check out our Web API book: bit.ly/3x75ZMM ►► Also, to build great full-stack apps with Blazor, check out our course: bit.ly/3Pw3Y33
@KeondraLeke-x7p2 ай бұрын
This video was a life saver thank you!!!
@CodeMaze2 ай бұрын
You are very welcome. Glad to hear that.
@leventtugaykaplan35929 ай бұрын
Awesome!!!
@CodeMaze9 ай бұрын
Thanks a lot.
@ugochukwuumerie63789 ай бұрын
Awesome video. Can it be possible to pass the api key as bearer tokens on the authorization header instead of the x-api-key header during the request? Thank you
@CodeMaze9 ай бұрын
Hi. Thank you for watching and for the kind words. Regarding your question. Yes, you can do that and for that I would use the Policy-based auth. Then inside the Authorization header of the Postman, you can send it using two ways. Either as a bearer token - but keep in mind that the header name is different and the "Bearer" will be appended to your token. Or, you can send it as an API Key (also inside the authorization header), and then you can provide the header name and the content of the API key.
@ugochukwuumerie63789 ай бұрын
@@CodeMaze Thank you
@eclecticx7 ай бұрын
Is the source code on github? Link?
@CodeMaze7 ай бұрын
Hi. All the source code for each video with some other benefits are part of the patreon package. The link is in a description of the video.