I was doing something like below to achieve 60 minutes of delay between each. While using postman especially when you test file upload ensure that, in headers: (represented as the number of seconds since january 1, 1970)
If postman doesn't get response within a specified time it will throw the error socket hang up.
Now i want to debug an upload script and i am looking for a way to make requests. In postman, the dynamic variable {{$timestamp}} inserts the current unix time stamp into a request. So they share the same limitations. I want the start and end date to be in current datetime.
Postman is built on electron, which is built on nodejs. I need that because i want to trigger the data everyday using my pipeline. I don't know whether it is possible. Nodejs can't send multiple requests at the same time because it is a single.
I use the environments feature with environment and global variables to substitute.
I have set up a collection in postman and am able to save my bearer token value to an environment variable successfully using the following test var jsondata =. I want to set a bearer token in postman for some reason my postman doesn't have the bearer token option in the auth dropdown what can i do in postman to show that.