HACKER Q&A
📣 _thinx

Developers, how do you send an API bug report?


Developers, how do you send an API bug report?


  👤 _thinx Accepted Answer ✓
I was stressful whenever my teammates, talented developers, share the curl, which including the secret credentials like - Authorization Token, for detecting and resolving the issues. So, I am curious that how you guys do that ? There have any better way to send an API bug report ?

Updated:

--

I think that way is not secure enough. For example, I can use Secret Token, which is exposed in curl, to do something like ~ buying my own stuff .

So, there have anyway to secure the curl ? But we are still easy to detect the API issue.


👤 ndimares
What do you think would be the ideal? A way for someone to replay an API request (without seeing it) in a dev environ?

👤 oxff
Why don't APIs have a general path for reporting API errors?