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
A request like:
curl --location --request GET 'https://webhook.site/token/30fc44a3-aaad-4699-83ae-f9a0b0d53246/requests' \ --header 'Api-Key: optional_api_key'
is responded with 200 OK. However, when using a custom alias (previously configured), e.g.:
curl --location --request GET 'https://webhook.site/token/my_custom_alias/requests' \ --header 'Api-Key: optional_api_key'
is responded with 404 Not Found.
Note that:
curl --location --request GET 'https://webhook.site/token/my_custom_alias' \ --header 'Api-Key: optional_api_key'
works fine, so I assume that we're dealing with a bug here. Can you please have a look?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A request like:
is responded with 200 OK. However, when using a custom alias (previously configured), e.g.:
is responded with 404 Not Found.
Note that:
works fine, so I assume that we're dealing with a bug here. Can you please have a look?
The text was updated successfully, but these errors were encountered: