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

HARMONY-1721: Switch from using GET to a POST in all OGC coverages calls to harmony #81

Merged
merged 5 commits into from
Mar 14, 2024

Commits on Mar 13, 2024

  1. HARMONY-1721: Use a POST instead of GET for OGC coverages requests to…

    … avoid potential issues with query parameters causing the URL to be too long.
    chris-durbin committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e82881e View commit details
    Browse the repository at this point in the history
  2. HARMONY-1721: Switch from using application/x-www-form-urlencoded to …

    …multipart/form-data since that's the only way harmony accepts POST requests on the OGC coverages API. Also fix a bug with the way dimensions were passed.
    chris-durbin committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3376186 View commit details
    Browse the repository at this point in the history
  3. HARMONY-1721: Cleanup.

    chris-durbin committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    40b6e30 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. HARMONY-1721: Send all granuleId parameters as a single comma-separat…

    …ed string to avoid creating too many file boundaries in the multipart form post.
    chris-durbin committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0338963 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec43c17 View commit details
    Browse the repository at this point in the history