Expand my Community achievements bar.

Samy_doe
Samy_doe
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • The way you can use HttpClientRequest is in a JS activity in a workflow and it looks like:var request = new HttpClientRequest(url);request.connect();request.method = "POST";request.body = data;request.header["Content-Type"] = "application/json;charset=UTF-8";request.execute();In this request the con...

    Type

    Questions

    Views

    2.6K

    Likes

    0

    Replies

    2
  • The way you can use HttpClientRequest is in a JS activity in a workflow and it looks like:var request = new HttpClientRequest(url);request.connect();request.method = "POST";request.body = data;request.header["Content-Type"] = "application/json;charset=UTF-8";request.execute();In this request the con...

    Type

    Questions

    Views

    2.6K

    Likes

    0

    Replies

    0
  • Hello, We are doing a JS where a HttpClientRequest is used for pushing a request to another 3rd party REST API. In this request we are setting the header Content-type to application/json with charset=utf-8. However, the 3rd party that is receiving the request is not receiving it with UTF-8 encoding ...

    Type

    Questions

    Views

    2.8K

    Likes

    0

    Replies

    5
Top badges earned by Samy_doe
Customize the badges you want to showcase on your profile