Skip to content

Commit c151823

Browse files
committed
Merged revision(s) 3092 from SourceForge:
Correção para o ClientREST do indy com RDW usar de padrao.
1 parent 7c825ad commit c151823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CORE/Source/Sockets/Indy/uRESTDWIdBase.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2611,7 +2611,7 @@ TIdHTTPAccess = class(TIdHTTP)
26112611
Begin
26122612
Inherited;
26132613
ContentType := 'application/json';
2614-
ContentEncoding := 'multipart/form-data';
2614+
ContentEncoding := 'application/x-www-form-urlencoded'; //'multipart/form-data';
26152615
Accept := 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8';
26162616
// AcceptEncoding := 'gzip, deflate, br';
26172617
AcceptEncoding := '';

0 commit comments

Comments
 (0)