Although I cannot see it not explicitly stated, the API decoding fails when the new version is used when the shortener is used in a folder under the main public root.
I have been running the previous versions with minor tweeks (virustotal submission for quite some time).
The following error is returned :
The other method is just urlencode the server path (front bit of the json url).
There may other fix's in the API folder to save having ugly links in the .autost to rewrite the incoming url start or later by a minor code mod in the parsed json string.
I have been running the previous versions with minor tweeks (virustotal submission for quite some time).
The following error is returned :
The temp fix is either to re-code the folder character in the send json string to the API '/' like404Version with name "http:" is not found
Code:
http://myshort.com/s
To
http://myshort.com%2Fs
There may other fix's in the API folder to save having ugly links in the .autost to rewrite the incoming url start or later by a minor code mod in the parsed json string.