Live data from Hacker News

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

osapy.com

21–27 of 27 posts

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

#21
post #12

{"message":"Missing Authentication Token"}

Which API are you trying to call ? This doesn't look like one of my error messages.

I assume the example numbersapi that is loaded by default.

I got the same thing. Leaves me wondering what to do next. It's not clear, then I figured I'll try this curl command, then an error and still nothing obvious to try next.

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

#22
"Hosted on AWS" is gonna backfire on you. This basically opens you up to people misusing it to drive traffic costs for you and you end up paying a lot of money for it.

Better to find a host where you're not paying for traffic and you can have a dedicated host.

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

#25
post #24

Today I use ngrok for this and it works brilliantly: $ ngrok http https://myapp and then I can point my clients at .ngrok.io and inspect the request contents locally. How does this compare to that?

Hi, It can do the same, but no installation or registration required.

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

#26

"Hosted on AWS" is gonna backfire on you. This basically opens you up to people misusing it to drive traffic costs for you and you end up paying a lot of money for it. Better to find a host where you're not paying for traffic and you can have a dedicated host.

Yeah.. it's just to get started and see if anyone finds it useful.
Post reply on HN