Shayan
Shayan

Reputation: 11

Post persian character value with delphi TREST component

I send a post request with Delphi TREST component with parameter value as Persian characters:

Request.Method := rmPost;
Request.Parameter.Name := 'ChangeLog';
Request.Parameter.Value:= 'توضیحات نسخه';
Request.Parameter.Type := pkGETorPOST;

but the value of the parameter (توضیحات نسخه) post as below

bAd8c6lCbDb7bA d6c3bEd7

What should I do to post the value same توضیحات نسخه ?

What would the solution with the TREST component be?

Upvotes: 1

Views: 57

Answers (0)

Related Questions