Open soxofaan opened 1 year ago
most openEO requests expect a JSON response. Python client should set a Accept: application/JSON header accordingly. This might help network middleware to behave better (e.g. return an JSON error instead of HTML)
Accept: application/JSON
most openEO requests expect a JSON response. Python client should set a
Accept: application/JSON
header accordingly. This might help network middleware to behave better (e.g. return an JSON error instead of HTML)