π‘Raw Request
βοΈ Enabling Raw Request Mode
{
"requestType": 2,
"rawRequest": "POST /api/login HTTP/1.1\r\nHost: {CURRENT_HOST}\r\nContent-Type: application/json\r\n\r\n{\"username\":\"{PAYLOAD}\",\"password\":\"test\"}"
}π§ Raw Request Variables
π Payload Variables
Variable
Description
π‘ Request Context Variables
Variable
Description
π Global Variables
π― Use Cases
π‘ Custom HTTP Methods
π Specific Request Structure
π XML/SOAP Requests
π GraphQL Queries
π Multipart Requests
π Matching in Raw Request Mode
π Example Profile
π Differences from Standard Mode
Aspect
Standard (requestType=1)
Raw (requestType=2)
π‘ Tips
Last updated