OpenBullet2 icon indicating copy to clipboard operation
OpenBullet2 copied to clipboard

[Bug]: Wrong Content-Length count

Open kawacode opened this issue 3 years ago • 1 comments

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

kawacode avatar Jul 27 '22 19:07 kawacode