[Bug]: Wrong Content-Length count
Version of the software
0.2.4
Operating system
Windows 11
Browser / Native
91
What happened?
{"operationName":null,"variables":{"email":"[email protected]","password":"xxxxerdam14!"},"query":"mutation loginProfileUser($email: String!, $password: String!) { __typename loginProfileUser(email: $email, password: $password) { __typename ...UserProfile } }
fragment UserProfile on GraphqlProfile { __typename id partyId gender firstName lastName email loyaltyCustomer birthday type loyaltyCard session { __typename personalizationId sessionId userId } }","extensions":{"pwa":{"salesLine":"Media","country":"NL","language":"nl","contentful":true,"isNewServiceProductsActive":true,"ccr":true,"globalLoyaltyEnrollment":false}}}
OpenBullet counts: Content-Length: 685 But it should be: 711 Burpsuite: Content-Length: 711
Edit/Fixed: I had to use Raw content
Relevant LoliCode if needed
No response