Go to file
Dominik Csapak fba354621f data/ProxmoxProxy: set responseType to undefined for XMLHTTPRequest
extjs 7.0 gives the responseType to the XMLHTTPRequest (which
is 'json' for a json reader), but that means that the response is
automatically decoded by the browser, with no means to get the original
return back

in our case, for successful api calls it would work, but some of our
errors are plain text, not json, so the decoded json object is 'null'
and we lose the error information

revert the type to 'undefined' which tells the browser not do do any
decoding

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-05-27 13:37:36 +02:00
debian bump version to 3.0-2 2021-05-14 10:35:03 +02:00
src data/ProxmoxProxy: set responseType to undefined for XMLHTTPRequest 2021-05-27 13:37:36 +02:00
Makefile buildsys: improve clean target 2020-11-02 07:41:30 +01:00