We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the json return pinging for "FOO"
"prefix": { "link": "http://prefix.cc/FOO", "url": "http://prefix.cc/", "registered": true },
The link has the base URL and the user supplied prefix token including user supplied case.
link
following the link yields:
bad prefix name “FOO” prefix.cc supports only lower-case letters. | prefix.cc
The actual query is always made in lowercase, by requested design, the report preserves user case.
Just documenting now, do not have answer.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the json return pinging for "FOO"
The
link
has the base URL and the user supplied prefix tokenincluding user supplied case.
following the link yields:
The actual query is always made in lowercase,
by requested design, the report preserves user case.
Just documenting now, do not have answer.
The text was updated successfully, but these errors were encountered: