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

Fix CSW HTTP POST Resource URL with body Bug #428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 1, 2022

  1. The Catalogue Service (CSW) with HTTP POST Resource URL with body - P…

    …robe doesn't send a Content-Type and generated a 415 (Unsupported Media Type) Error. It was tested with tcpdump and wireshark and GeoHealthCheck version 0.8.3. After changing the return value to "{'content-type': self._parameters['content_type']}" of the get_request_headers method the problem was solved.
    dvzlangem committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    f298414 View commit details
    Browse the repository at this point in the history