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
from: x-auth-key to: Authorization: Bearer
The text was updated successfully, but these errors were encountered:
Update cf-v4-ddns.sh
bf2f7c9
Use new authenticate way, see https://api.cloudflare.com/#getting-started-requests. Change auth header to `Authorization: Bearer`. Remove `X-Auth-Key` and `X-Auth-Email` header. Remove $CFUSER and -u option. fix issue yulewang#22
44e4bcf
Use new authenticate way, see https://api.cloudflare.com/#getting-started-requests Change auth header to Authorization: Bearer Remove X-Auth-Key and X-Auth-Email header Remove $CFUSER and -u option. fix issue yulewang#22
5dd8a79
Use new authenticate way, see https://api.cloudflare.com/#getting-started-requests Change auth header to Authorization: Bearer Remove X-Auth-Key and X-Auth-Email header Remove $CFUSER and -u option fix issue yulewang#22
No branches or pull requests
from: x-auth-key
to: Authorization: Bearer
The text was updated successfully, but these errors were encountered: