Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 348607
Collapse All | Expand All

(-)js/qx/io/remote/Request.js (-1 / +1 lines)
Lines 675-681 Link Here
675
    _applyMethod : function(value, old)
675
    _applyMethod : function(value, old)
676
    {
676
    {
677
      if (value === qx.net.Http.METHOD_POST) {
677
      if (value === qx.net.Http.METHOD_POST) {
678
        this.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
678
        this.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8");
679
      } else {
679
      } else {
680
        this.removeRequestHeader("Content-Type");
680
        this.removeRequestHeader("Content-Type");
681
      }
681
      }

Return to bug 348607