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

Use HTTP POST for report uploads #543

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Commits on Jan 25, 2024

  1. Use HTTP POST for report uploads

    Per httpdir early review of DAP ([1]), it's inappropriate to use PUT for
    a resource that cannot later be GET. Change the HTTP method for report
    uploads to POST, and add a note making it clear that uploads are
    idempotent and safe to retry.
    
    [1]: https://datatracker.ietf.org/doc/review-ietf-ppm-dap-09-httpdir-early-nottingham-2023-12-29/
    tgeoghegan committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    806d329 View commit details
    Browse the repository at this point in the history