Live data from Hacker News

Show HN: Osapy - an API proxy to visualize HTTP request for debugging

osapy.com

11–20 of 27 posts

Re: Show HN: Osapy - an API proxy to visualize HTTP request for debugging

#15
post #10

Can't you do exactly that by looking at the network inspector in any browser and then right click "Copy as curl"?

I think depends on the use case. If you just want to test a backend API, e.g. to call ERP/SAP API or a Google API I'm not sure how you can do that.

Re: Show HN: Osapy - an API proxy to visualize HTTP request for debugging

#17
post #16
post #14

Earlier quoted context omitted.

...or https://hookbin.com

Is hookbin using websockets for live publishing of the requests? It says you need to refresh the website.

It does not, however I have zero problems hitting cmd+r when I’ve made the request.

Re: Show HN: Osapy - an API proxy to visualize HTTP request for debugging

#18
post #17
post #16

Earlier quoted context omitted.

Is hookbin using websockets for live publishing of the requests? It says you need to refresh the website.

It does not, however I have zero problems hitting cmd+r when I’ve made the request.

One aim of the tool is to make it as easy and simple as possible to use, but thank you for sharing the link.

Re: Show HN: Osapy - an API proxy to visualize HTTP request for debugging

#19
post #9

For client debugging I usually just use the network inspector or Charles ( https://www.charlesproxy.com/ ). But I guess this might be useful for server to server API call debugging

Yes Osapy is for server-server debugging AND you don't need to install anything

Re: Show HN: Osapy - an API proxy to visualize HTTP request for debugging

#20
post #4

How is it different from https://requestbin.com/ ?

It looks like Osapy acts as a proxy to an arbitrary destination server. Requestbin and similar tools are for receiving and saving HTTP requests, but not proxying them out to somewhere else. So that's an important difference.

Although I'm having trouble getting it to work. Seeing the same token error others are reporting.

Post reply on HN