Postman does not allow you to render javascript in your response previews, And thats for a good reason. they limit the scripts for security
But what if you need to run your react
, vue
or any other javascript scripts. Saddly postman does not give you an option to allow or disallow javascript manually, So thats why this project exists
- Postman ^7.6.0
- Python3
- Mac or Linux versions
You can find the patcher for older versions of postman in their own release branch
[email protected]:~$ cd Postman
[email protected]:~/Postman$ git clone https://github.com/nikandlv/postman-patcher.git
[email protected]:~/Postman$ mv postman-patcher/* .
[email protected]:~/Postman$ python3 patch.py
Patching RequesterModalContainer.js
-- loading needle for RequesterModalContainer.js
-- loading patch for RequesterModalContainer.js
Backing up RequesterModalContainer.js -> RequesterModalContainer.js.back
* applying patch on RequesterModalContainer.js
Patching vendor-shared.js
-- loading needle for vendor-shared.js
-- loading patch for vendor-shared.js
-- loading needle 1 for vendor-shared.js
-- loading patch 1 for vendor-shared.js
Backing up vendor-shared.js -> vendor-shared.js.back
* applying patch on vendor-shared.js
* applying patch 1 on vendor-shared.js
[email protected]:~/Postman$
File > Settings > USER INTERFACE > [Disable Sandbox] Allow javascript in previews (requires restart)
[email protected]:~/Postman$ python3 restore.py
* Restoring RequesterModalContainer.js
* Restored RequesterModalContainer.js
* Restoring vendor-shared.js
* Restored vendor-shared.js
[email protected]:~/Postman$
This project is just a feature that we all need but they havent implemented this yet. theres also an issue from may that havent got anywhere
- add windows support