PUT give 401 Error
-
Hello,
we use the WP REST API and the Mehtods GET|POST work great but when we make a PUT we get the Error 401. Can one help me with the problem ?
PUT:
80.x.x.x – – [01/Oct/2015:14:34:53 +0200] “PUT /wp-json/posts/28961 HTTP/1.1” 401 424 “-” “w/1.0 (iPad; iOS 8.4; Scale/2.00)”Post:
80.x.x.x – – [01/Oct/2015:14:34:50 +0200] “POST /wp-login.php?action=oauth1_authorize HTTP/1.1” 302 821 “https://XXX.com/wp-login.php?action=oauth1_authorize&oauth_token=XXXXXXXXXX” “Mozilla/5.0 (iPad; CPU OS 8_4 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12H143”Get:
80.x.x.x.x – – [01/Oct/2015:14:34:51 +0200] “GET /wp-json/posts/?page=1&filter[orderby]=modified&filter[post_status]=%XXXXXXXXXX HTTP/1.1” 200 74956 “-” “w/1.0 (iPad; iOS 8.4; Scale/2.00)”
- The topic ‘PUT give 401 Error’ is closed to new replies.