Skip to content
New issue

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

[bug]: Change the GetInfo REST endpoint into a GET rather than a POST. #668

Closed
ffranr opened this issue Nov 14, 2023 · 1 comment · Fixed by #669
Closed

[bug]: Change the GetInfo REST endpoint into a GET rather than a POST. #668

ffranr opened this issue Nov 14, 2023 · 1 comment · Fixed by #669
Assignees
Labels
bug Something isn't working REST

Comments

@ffranr
Copy link
Contributor

ffranr commented Nov 14, 2023

The GetInfo REST endpoint is erroneously handled as a POST. The endpoint should be handled as a REST GET. The endpoint does not accept any arguments.

This issue was identified by a user on Slack who encountered error {"code":12,"message":"Method Not Allowed","details":[]} because they were treating the endpoint as GET.

@ffranr ffranr added bug Something isn't working REST labels Nov 14, 2023
@ffranr ffranr self-assigned this Nov 14, 2023
@ffranr
Copy link
Contributor Author

ffranr commented Nov 14, 2023

This is a one line fix so I'm adding it into the sprint.

@ffranr ffranr moved this from 🆕 New to 👀 In review in Taproot-Assets Project Board Nov 14, 2023
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in Taproot-Assets Project Board Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working REST
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant