I'm POST-ing the following URl from Advanced REST client and getting a 403 forbidden
response.
http://[my discourse ip]/posts.json?title="Created from the advanced REST client"&category="2"&raw="A whole bunch of text about a topic"&api_key="[key from admin tab]"&api_username="[admin username]"
I built up the URL by referencing this, this, and this (although I'm looking for a language agnostic solution). I'm hoping I missed something obvious.
Why am I getting a forbidden response as an admin user with an api key?
(Pointing me to How to reverse engineer the discourse api will not help me, I've read it twice)