Postman Can't Made API request

I was using IDX for my classroom labs.
And for Node Js , i created a simple server and get and post request testing. the get request works fine through browser which has idx running. But when i try to test those request from Post Man or Another Browser. then it sends this error :

" 401: The Workstation does not exist or your currently signed in account does not have access to it. "

Solved :–
as in this article Full-stack development in Project IDX we have to generate an access token and then i Post man’s authorization select type : Bearer and Provide generated access token

1 Like

In the very near future, we will expose public ports. This will help you to make this kind of a request work without any extra authentication steps.