It would be nice if the requests-hawk client verified server responses by default (with an option to turn off verification). If you do not verify server responses, certain MITM attacks are possible.
However, in most cases verifying responses is not so important because the response is not always used to do sensitive operations on the client side. It is hard to predict all these cases though.
It would be nice if the requests-hawk client verified server responses by default (with an option to turn off verification). If you do not verify server responses, certain MITM attacks are possible.
However, in most cases verifying responses is not so important because the response is not always used to do sensitive operations on the client side. It is hard to predict all these cases though.