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
@thim81 Historically, Postman used to drop request body for methods like GET, COPY etc. while sending a request.
This request setting disables that behavior and for backward compatibility, it's opt-in and added to the newer requests with method GET, COPY, HEAD, PURGE, UNLOCK and a request body.
Since the 1.14.x, the generated Postman collection contains some differences in comparison with 1.13.
The collection contains an additional property
protocolProfileBehavior
What does this setting do?
The text was updated successfully, but these errors were encountered: