You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to pass a raw byte buffer as parameter to the value of a FormData entry. Because it must not be treated as a string, it would be required to do some modifications how raw values are parsed. Otherweise, there could be a new identifier for raw inputs like in the following example.
[FormData]
rawData = $rawData
The text was updated successfully, but these errors were encountered:
The
[FormData]
request block currently has tow issues:1) Substitution
Variable substitution does currently not work in the field values.
Example:
2) Raw bytes buffer
It should be possible to pass a raw byte buffer as parameter to the value of a FormData entry. Because it must not be treated as a string, it would be required to do some modifications how raw values are parsed. Otherweise, there could be a new identifier for raw inputs like in the following example.
The text was updated successfully, but these errors were encountered: