TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

34 pointsby osapyabout 5 years ago

8 comments

firloopabout 5 years ago
Today I use ngrok for this and it works brilliantly:<p><pre><code> $ ngrok http https:&#x2F;&#x2F;myapp </code></pre> and then I can point my clients at &lt;random domain&gt;.ngrok.io and inspect the request contents locally. How does this compare to that?
评论 #22908512 未加载
capablewebabout 5 years ago
&quot;Hosted on AWS&quot; 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.<p>Better to find a host where you&#x27;re not paying for traffic and you can have a dedicated host.
评论 #22908521 未加载
mlaminaabout 5 years ago
How is it different from <a href="https:&#x2F;&#x2F;requestbin.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;requestbin.com&#x2F;</a> ?
评论 #22860259 未加载
评论 #22860012 未加载
评论 #22859702 未加载
adawg4about 5 years ago
If you&#x27;re looking to be more professional with less work, I would suggest using <a href="https:&#x2F;&#x2F;tailwindcss.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tailwindcss.com&#x2F;</a> to spruce up the overall look! Site is nice btw, will use in the future.
评论 #22908527 未加载
difosforabout 5 years ago
For client debugging I usually just use the network inspector or Charles (<a href="https:&#x2F;&#x2F;www.charlesproxy.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.charlesproxy.com&#x2F;</a>). But I guess this might be useful for server to server API call debugging
评论 #22860148 未加载
评论 #22860001 未加载
osapyabout 5 years ago
I&#x27;ve been frustrated with building API integrations and struggling to track down API call issues via Postman, e.g. what does a raw request really look like or where are my headers ending up. Interested to see if anyone finds this useful.
评论 #22859504 未加载
deweyabout 5 years ago
Can&#x27;t you do exactly that by looking at the network inspector in any browser and then right click &quot;Copy as curl&quot;?
评论 #22860015 未加载
thomaslutzabout 5 years ago
{&quot;message&quot;:&quot;Missing Authentication Token&quot;}
评论 #22859995 未加载