Thannnnnkkk youuuu! so much!! That's exactly the answer that I was looking for! And so simply explained 🙌🏾
@QASCRIPT9 ай бұрын
Glad it was helpful!
@sarathkumar28964 жыл бұрын
Your videos and way of delivering concept was awesome bijan
@QASCRIPT4 жыл бұрын
Thank you so much 😀
@rohitjadhav83143 жыл бұрын
Fantastic, Neat and Clear explanation. Please keep it up.
@QASCRIPT3 жыл бұрын
Thanks Rohit.
@SadSadGuru2 жыл бұрын
It's a sueprb video, keep up the good work OP.
@QASCRIPT2 жыл бұрын
Thanks a lot!
@kiransingh82392 жыл бұрын
Excellent ,thanks a lot for this video ,gratitude...
@QASCRIPT2 жыл бұрын
Glad it was helpful!
@Ruslan-ps9rz3 жыл бұрын
It was really useful. Thanks a lot
@QASCRIPT3 жыл бұрын
Glad it was helpful!
@Asraj_vlogs3 жыл бұрын
Hi sir I have doubt like that u have selected inherit auth from parent right for collection and added requests in that collection..my doubt is here is the second request is taking the same access token???
@QASCRIPT3 жыл бұрын
Hi...Although I didn't change the second request authorization to inherit from auth in this collection. Its possible to either have all requests in the collection use the same authorization or some request have their own authorization. But I think the better way would be to change all requests to inherit from auth and use the authorization from collection.
@balkrishnasethi19643 жыл бұрын
Does we have to create token eveytime when ever we are working on Gihub repositories or its one time activity?
@QASCRIPT3 жыл бұрын
No. We don't have to create token everytime, it's only a one time activity.
@danielhat44403 жыл бұрын
I get my token from local storage and paste it to use in bearer token like your video, but it still shows 401 unauthorized. What's wrong ???
@QASCRIPT3 жыл бұрын
Hi Daniel. Difficult to tell without looking at it. Bearer token is a simple type of authorization and should work until you are using a valid token.
@danielhat44403 жыл бұрын
@@QASCRIPT Yes, I'm in angular project, and handling login process. That's why I save the user's token to local storage and want to test it in Postman.
@SabbathShuldinerCideHamete2 жыл бұрын
Thanks man good bless you..
@QASCRIPT2 жыл бұрын
Welcome
@basavarajusingasandra9543 жыл бұрын
Good videos and good job keep it up
@QASCRIPT3 жыл бұрын
Glad you like them!
@jayeetatarafder31013 жыл бұрын
What is a seasurf token?kindly explain
@QASCRIPT3 жыл бұрын
Sorry. No idea about seasurf token.
@karanbharti12873 жыл бұрын
can you please tell me the method if my API Token is getting expire in 15 minutes , how can i use this token for a complete collection at any time without putting updated token value in manage environment everytime
@QASCRIPT3 жыл бұрын
You have to use a refresh_token to create a new value for the access token. This information should be available in the api documentation.
@suyashshrivastava48953 жыл бұрын
Hi, How we can use barer token with API keys in postman..?
@QASCRIPT3 жыл бұрын
API Key is a separate type of Authorization in Postman
@QASCRIPT3 жыл бұрын
Watch this video to understand API Keys Authorization - kzbin.info/www/bejne/nJvZZKScfqmKbLs
@ionuthorgos33054 жыл бұрын
When the access token expires, all the calls fail. How can we extract dynamic from the auth token call the access_token and put it global?
@QASCRIPT4 жыл бұрын
If the access token is returned in the response body, then following can be added in the Test: var jsonData = JSON.parse(responseBody); pm.globals.set("access_token", jsonData.accessToken);
@ionuthorgos33054 жыл бұрын
@@QASCRIPT Thank you!
@socialcatalyst26084 жыл бұрын
@@QASCRIPT thank you, my Big brother!
@mayanksachdeva7608 Жыл бұрын
Good
@QASCRIPT Жыл бұрын
Thanks
@saurabhgupta66913 жыл бұрын
good video
@QASCRIPT3 жыл бұрын
Thanks
@saurabhgupta66913 жыл бұрын
@@QASCRIPT lets add on linkedin ?
@qureshiowais69513 жыл бұрын
how to implement bearer token in python
@QASCRIPT3 жыл бұрын
You can use the code generator to generate the code for python
@chavelooo333 жыл бұрын
Great video, it is very clear, I would like to ask you if you have any Idea how can I integrate Calendly with Power bi, I got the key API and the bearer tokens but I do not know how to put this info in power BI. Thanks
@QASCRIPT3 жыл бұрын
Thanks Diego for watching but I don't have any information on your query at this moment.