Enter authorization token to sign into Postman

@14geronimo what you are attempting to acheive would likely not work.

The postman instance in VM1 must be able to access the internet to be able to log you in.

Hypothetically assuming, you get the auth-token somehow and paste it into VM1’s Postman’s instance. The Postman app would then try to connect to the postman’s servers to validate the token, that would likely fail for you if Postman isn’t able to reach its servers.

You can give the following steps a try:

The above would only work, if the handover from Postman app in VM1 to browser did not reach postman’s servers at all, if it did, the URL would not be valid anymore to use anywhere else.

Again, this is very hackish and I suggest you check VM1’s network to fix that instead.

1 Like