Show HN: Osapy - an API proxy to visualize HTTP request for debugging
11–20 of 27 posts
Re: Show HN: Osapy - an API proxy to visualize HTTP request for debugging
#12{"message":"Missing Authentication Token"}
Re: Show HN: Osapy - an API proxy to visualize HTTP request for debugging
#13For 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
Re: Show HN: Osapy - an API proxy to visualize HTTP request for debugging
#14How is it different from https://requestbin.com/ ?
Re: Show HN: Osapy - an API proxy to visualize HTTP request for debugging
#15Can't you do exactly that by looking at the network inspector in any browser and then right click "Copy as curl"?
Re: Show HN: Osapy - an API proxy to visualize HTTP request for debugging
#16Re: Show HN: Osapy - an API proxy to visualize HTTP request for debugging
#17Re: Show HN: Osapy - an API proxy to visualize HTTP request for debugging
#18Earlier 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.
Re: Show HN: Osapy - an API proxy to visualize HTTP request for debugging
#19For 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
Re: Show HN: Osapy - an API proxy to visualize HTTP request for debugging
#20How is it different from https://requestbin.com/ ?
Although I'm having trouble getting it to work. Seeing the same token error others are reporting.