At this moment, I am utilizing the following code:
_http.put(url, body).toPromise()
_http.put(url, body, parameters).toPromise()
However, I am encountering an error message in Chrome.
I am looking for a way to compress the body before sending it out. Does anyone know of a library that can help with this?