Skip to content

Add support for HTTP methods trace and options #822

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

Closed
riojosdev opened this issue Apr 20, 2025 · 2 comments · Fixed by #831
Closed

Add support for HTTP methods trace and options #822

riojosdev opened this issue Apr 20, 2025 · 2 comments · Fixed by #831

Comments

@riojosdev
Copy link
Contributor

Tell us about the task you want to perform and are unable to do so because the feature is not available

Currently there is no way to perform a HTTP trace and options method request

Describe the solution/feature you'd like us to add

Add trace and options method to the HTTPVerb enum and integrate them through out APIDash

Any other feedback you would like to provide regarding the site

@animator
Copy link
Member

Sure. You must first add endpoints for testing TRACE & OPTIONS here - https://github.com/foss42/apidash/blob/main/doc/dev_guide/api_endpoints_for_testing.md

@riojosdev
Copy link
Contributor Author

I haven't found a publicly accessible TRACE method, yet. Testing them using a self/local hosted server is possible, but adding them to the test suite, means to either

  • Equip the test suite with a temp localserver or
  • Require the contributor to implement one themselves

animator added a commit that referenced this issue Apr 26, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
added HTTP method `OPTIONS` (#822)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants