Replies: 1 comment 1 reply
-
Can you try to call something like postman echo?
Is your server reachable with http://localhost:5000 in Browser/ curl? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
httpyac looks exactly the kind of tool I have been looking for. I've used REST client in VS Code but it doesn't support automation so it's usefulness is limited.
So I was delighted I found httpyac but unfortunately it does not work for me at all. For instance I have this is my test.http file:
GET http://localhost:5000/api/magazines HTTP/1.1
Running that call with curl or with the REST client works, but with httpyac I get this:
And I can see that the call never went to the backend. What is causing this?
Beta Was this translation helpful? Give feedback.
All reactions