1

I use Postman on Microsoft Windows 10 to test some API. By default, it uses HTTPS when querying an API. How can I configure Postman so that it uses HTTP instead of HTTPS when querying an API?

enter image description here

Franck Dernoncourt
  • 24,246
  • 64
  • 231
  • 400

1 Answers1

2

Change {{protocol}} to http in the address bar

enter image description here