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
If the user uses the domain as an upstream node host. We need to parse the domain by DNS first, and this step may fail.
Then the upstream node may be an empty table.
curl "http://127.0.0.1:9080/apisix/admin/upstreams/50" -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d ' { "type": "roundrobin", "nodes": { "httpbin.org:443": 1 } }'
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
If the user uses the domain as an upstream node host.
We need to parse the domain by DNS first, and this step may fail.
Then the upstream node may be an empty table.
The text was updated successfully, but these errors were encountered: