Topic: [API] Anyway to test POST request without actually making any changes?

Posted under General

I'm sure that I'm missing something but I can't seem to find a way to just test my request without making a proper post on the site. I'm using Python's HTTP Requests library if that helps.

Pup

Privileged

intoxicated_furry said:
I'm sure that I'm missing something but I can't seem to find a way to just test my request without making a proper post on the site. I'm using Python's HTTP Requests library if that helps.

There isn't a test site, or a way to preview things for testing, so the only way is to actually upload a post then correct any mistakes on the post manually.

  • 1