hoonoh
Forum Replies Created
-
Forum: Plugins
In reply to: [YOURLS Link Creator] Seems there is a major bug with api request to Yourlsthis issue derived from my own mistake with settings. thanks again andrew for your support !
Forum: Plugins
In reply to: [YOURLS Link Creator] Seems there is a major bug with api request to YourlsI updated to v2.0.5 and there are still a couple of problems.
1. When I post a new article, it seems that the yourls API request is made correctly and I can confirm this from the yourls admin page. BUT, the shortened URL is not updated on wordpress side.
2. When I try to update / add a short URL from the post edit page, I get 404 error (error message: The API call returned a 404 response code.) This applies the same when I click on ‘Refresh Click Counts’ or ‘Import Existing URLs’ button on YOURLS Link Creator Settings.Forum: Plugins
In reply to: [YOURLS Link Creator] Seems there is a major bug with api request to YourlsSorry for the late reply, I am not using the URL directly myself, I found this url from NGINX access log and thought it was odd.
Nevertheless, the log states that it was a GET method. Please check the following log:172.27.70.6 – – [03/Feb/2015:18:21:21 +0900] “GET /yourls-api.php?url=http://***/&title=test#101&keyword&signature=***&action=shorturl&format=json HTTP/1.0” 403 139 “-” “WordPress/4.1; http://***” “-“
(I have intentionally masked some of my secrets 😉 )