Unable to get the postman collection with CURL

Hello All,

I am trying to run my postman collection from jenkins also my local linux machine by following the same steps as in

But always getting sth like this:
image

If I open the Collection URL in my browser, which is working fine, I can see my postman script.

So is there any new change being introduced to prohibite the CRUL ? Or is maybe I did something wrong?

Any suggestion is welcome.

Thanks in advance.
QR

301 means that the collection url is no longer current and has moved somewhere else.

It works in a browser because the redirect is automatic.

Follow the redirect to see where is goes not and use that address.

1 Like