large-video-upload-python icon indicating copy to clipboard operation
large-video-upload-python copied to clipboard

Would love to see plain text of HTTP requests for reference

Open bram-dingelstad opened this issue 4 years ago • 0 comments

Hey Twitter peeps! I've been struggling with this API for an entire day. I'm re-implementing some of this functionality in Deno and I can't seem to get it to work. I keep getting error 32 on the APPEND step, even though the authentication works fine on every other step except this one.

I've been clued in that this error is because of some mistake with encoding my multipart/form-data, but I'm using modern web standard with no clear reason to distrust that part of the code.

I would love to see plain text versions of the HTTP requests that are the result of the code in this repository so I can actually reference a real HTTP request rather than having to find out how thousands of different libraries build a different request that might work.

If you peeps would help out with that, that'd be great. Thanks! 🙏🏻

bram-dingelstad avatar Nov 06 '21 22:11 bram-dingelstad