Marcelo dos Santos
Marcelo dos Santos

Reputation: 859

Request interrupted - Paw

No matter what I do, I always get this error on the console. It works on other machines, but not in mine. Postman works with the same service. How to solve?

enter image description here

Upvotes: 1

Views: 154

Answers (1)

Micha Mazaheri
Micha Mazaheri

Reputation: 3481

Update: this bug has been now fixed in Paw 2.3.4. And we confirm that the workaround below wasn't resolving the "Request Interrupted" issue most users were having. You can update in Paw menu > Check for Updates…


One quick way to solve this is to go to the Paw menu > Preferences > HTTP and pick another HTTP library:

Change the HTTP library in Paw

To be able to send exactly what users are entering (including any kind of headers, GET requests with a body) and display exactly what servers are returning (keeping the exact raw bytes, the order of headers) Paw has its own custom HTTP library that can do all this kind of stuff. Unfortunately, it's not yet as stable as standard libraries, hence the possibility to choose another alternative.

Upvotes: 0

Related Questions