Open-EO / openeo-backend-validator

Service to validate back-end compliance with the API specification.
Apache License 2.0
1 stars 3 forks source link

Explicitly set Content-Length header of request #46

Closed soxofaan closed 3 years ago

soxofaan commented 3 years ago

For the D28 deliverable we have issues with missing POST data when running the validator against our HTTPS version of the VITO backend (https://openeo.vito.be). As workaround we run the validator against a HTTP version of the web app: http://openeo.vgt.vito.be .

It turns out that it is because of the combination of:

For some still to determined reason the POST data is lost probably somewhere on the level of our HTTPS proxy setup.

This PR adds explicit setting of the Content-length header to workaround this issue

soxofaan commented 3 years ago

cc @lforesta