Basic_Auth
-
Can’t get Basic_Auth to work. Spent hours trying to figure out why. I’ve tried curl, postman, and Paw. Having gone through a ton of searching the cause, I’ve tried various things, including running Postman incognito, closing all my browsers, etc. Still getting “Sorry, you are not allowed to post on this site.
curl -X “POST” “https://burtwalker.com/wp-json/posts” \
-H “Authorization: Basic myencodedauthstring” \
-H “Content-Type: application/json” \
-d $'{
“title”: “Hello World!”,
“content_raw”: “Content”,
“excerpt_raw”: “Excerpt”
}’Very Frustrated for something that should be simple.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Basic_Auth’ is closed to new replies.