How to configure Postman Native REST Client App to use an external HTTP Debug Proxy

Опубликовано: 01 Октябрь 2024
на канале: EvilTester - Software Testing
8,096
28

Learn How to configure Postman Native REST Client App to use an external HTTP Debug Proxy, this is a little more complicated than using the Chrome app.

I could find no official documentation or support on how to configure an external proxy for the Postman Native Client Application:

https://www.google.co.uk/search?q=pos...

Since Postman is an electron based application we can use the electron command line switches.

https://github.com/electron/electron/...

Here's how I do it on Windows.

I have a short cut with the target:

`C:\Users\Alan\AppData\Local\Postman\app-4.9.3\Postman.exe --proxy-server=localhost:8888`

OR I could go to the postman directory and run the command:

`postman.exe --proxy-server=localhost:8888`

Read the associated Blog post here:

► http://blog.eviltester.com/2016/12/ho...

*************

► Subscribe to My Channel For more videos like this http://www.youtube.com/subscription_c...

*************

►► Contact Details:

Read my writing and blogs at:

✓ http://www.eviltester.com
✓ http://www.seleniumsimplified.com
✓ http://www.javafortesters.com
✓ http://www.compendiumdev.co.uk

Follow me on social media:

★   / eviltester  
★   / eviltester   - @eviltester
★   / eviltester  
★   / eviltester  

*************

►► Read my books

http://compendiumdev.co.uk/page/books

★ "Dear Evil Tester" - explore the tester's mind
★ "Java For Testers" - learn to code in Java.

*************

►►Learn skills from my online training courses

http://www.compendiumdev.co.uk/page/o...

★ Selenium WebDriver With Java
★ Technical Web Testing 101
★ Evil Tester Talks Technical Testing
★ Case Study: Java Desktop Application Technical Training