Skip to content

Request body is always empty #1182

Answered by abhinavsingh
thiagobenine asked this question in Q&A
Discussion options

You must be logged in to vote

@thiagobenine You cannot intercept https proxy requests without enabling interception. Either:

  1. Make a request to http, there after request.body should look like b'{\n"Key": "Value"\n}'
  2. Enable TLS interception, so that you can continue making https requests and also get access to encrypted data.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@thiagobenine
Comment options

Answer selected by abhinavsingh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants