Author Topic: Web request not support form-data  (Read 508 times)

Offline memo

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Web request not support form-data
« on: March 07, 2024, 03:34:39 PM »
Hi
I use composer web request object,I want use [color=green][b]form-data[/b][/color]
But type select only
1-application/x-www-form-urlencoded (default)
2-application/json

How to use form-data?

Thank you

Encoding Type Property
The Encoding Type property (used for callflows only) indicates the media encoding type of the submitted document. GVP 8.1 supports two encoding types:

application/x-www-form-urlencoded
multipart/form-data
To select a value for the Encoding Type property:

Select the Encoding Type row in the block's property table.
In the Value field, select one of the following:
application/x-www-form-urlencoded (default)
application/json
« Last Edit: March 08, 2024, 12:44:41 AM by memo »

Offline CTIGuy

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: Web request not support form-data
« Reply #1 on: April 22, 2024, 04:31:36 PM »
This is for GCloud?
In GCloud you could use form-data, by using the scripting in the body from the Data Access.