Code Monkey home page Code Monkey logo

postman-portable's Introduction

GitHub release Total downloads Build Status Go Report
Become a sponsor Donate Paypal

Notice of Non-Affiliation and Disclaimer

Portapps is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Postman™, or any of its subsidiaries or its affiliates.

The official Postman™ website can be found at https://www.getpostman.com/.

The name Postman™ as well as related names, marks, emblems and images are registered trademarks of their respective owners.

About

Postman™ portable app made with 🚀 Portapps.
Documentation and downloads can be found on https://portapps.io/app/postman-portable/

Contributing

Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. If you want to open a pull request, please read the contributing guidelines.

You can also support this project by becoming a sponsor on GitHub or by making a Paypal donation to ensure this journey continues indefinitely!

Thanks again for your support, it is much appreciated! 🙏

License

MIT. See LICENSE for more details.
Rocket icon credit to Squid Ink.

postman-portable's People

Contributors

crazy-max avatar dependabot-preview[bot] avatar dependabot[bot] avatar github-actions[bot] avatar thinhdnn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

postman-portable's Issues

Parameter --disable-remote-fonts is not passed from postman-portable.exe to postman.exe?

Behaviour

Steps to reproduce this issue

  1. Run postman-portable.exe --disable-remote-fonts
  2. Look at UI

Expected behaviour

Expected Windows fonts, not that bad Inter font

Actual behaviour

Inter font all over UI

Configuration

App release / arch (ex. 1.0.0-2 win64) : postman-portable-win64-10.8.0-56.7z

Operating system (ex. Windows 10 Pro 64 bits) : Windows 10x64 22H2 19045.3208

Screenshots

https://i.imgur.com/rQaCQMH.png

postman-portable.sample.yml file does not grant standard user write permissions

Behaviour

Downloaded and unzipped postman-portable-win64-10.15.0-57.7z into C:\Program Files\Postman-Portable\.
This has to be done as Administrator in order to write to C:\Program Files\.
Created a Desktop Shortcut to "C:\Program Files\Postman-Portable\postman-portable.exe" under C:\Users\Public\Desktop\.

When I try launching postman-portable.exe, either by clicking the shortcut or the exe directly, it is blocked due to insufficient permissions on the postman-portable.sample.yml file. I suspect the exe needs to be able to modify/write to that file.

I think there will be a few permissions issues that need to be sorted.

To resolve this, I think we need to look at what all the permissions required are on the Postman-Portable main folder that would allow any user who wants to run it would need. Need to account for any files or app sub-folders that get created, written to or deleted.

Steps to reproduce this issue

  1. Unzip postman-portable-win64-10.15.0-57.7z into C:\Program Files\Postman-Portable\ as the local Administrator
  2. [Optionally] create shortcut to postman-portable.exe on [Public or User] Desktop
  3. Try to launch postman-portable.exe via shortcut or directly.

Expected behaviour

It should run without error

Actual behaviour

It is blocked due to insufficient permissions on YAML file.

Configuration

Windows 11 Home 64 bit

Screenshots

image

Logs

Virus detected on last release

Behaviour

Steps to reproduce this issue

  1. Go to releases
  2. Click Virustotal link for Windows 64 bit download
  3. Voilà

Expected behaviour

No virus should be detected

Actual behaviour

3 engines detect a virus

Configuration

App release / arch (ex. 1.0.0-2 win64) : 7.26.1-39

Operating system : Windows 64 bits

Postman allows Portapps to use their logo

Hi CrazyMax,

Thank you so much for the explanation, in that case, we would be ok with you using the logo as long as you are not selling the portapp.

Here is our most up to date logo for use.

Kindest Regards,
Kristen Stewart
Marketing Coordinator
Postman

See #6 for more info

404

Latest download link is a 404.

Lost all my collections after first run

I had Postman client installed on my PC. When I opened the portable version I lost all my collections.
Maybe you should warn when running the app the first time.

Trademark Policy violation report

We have received a Trademark Policy violation report of @postmanlabs concerning this portapp :

I would like to report https://github.com/portapps/postman-portable for using our trademark without authorization and also offering a product that appears to be connected with the official Postman application and it is not an approved use of our product or trademarked logo. I represent Postman, www.getpostman.com, on this issue and would like it to be taken down. They use our company name throughout the page, and also used our trademarked logo an astronaut inside an orange circle ( USPTO trademark number: 5605647 )above the about section. I would like this page and downloadable program to be removed.

Screenshot of used logo:

image

I have a good faith belief that use of the trademark described above is not authorized by the trademark owner, or its agent, or the law. I have taken nominative and other fair uses into consideration.

I swear, under penalty of perjury, that the information in this notification is accurate and that I am the trademark owner, or am authorized to act on behalf of the owner, of an exclusive right that is allegedly infringed.

USPTO Trademark Registration# 5605647

Of course I understand this statement very well and I will change the name and logo asap to avoid any misunderstanding for users.

Q: How to find out full request path if base uri is stored as environment variable

Behaviour

If the base uri is stored as environment variable, it is difficult to determine what the full request path was.

This is also compounded by the fact that environment variables can be over-ridden with "Current Value" over the "Initial Value"

Steps to reproduce this issue

  1. Create a base uri as an environment variable for your request. eg. base_uri
  2. Set "Initial value" to: https://test-base-uri.com
  3. Set "Current Value" to https://base-uri.com
  4. Create new request: GET {{base_uri}}/rest/request1
  5. Send Request

Expected behaviour

There should be somewhere I can verify what the actual full request URI was after the the request was sent.

Like devtools on most browsers, this information is displayed in the "Headers" tab of the request before any header information is displayed. Eg.

Request URL: https://base-uri.com/rest/request1
Request method: GET
Remote address: 192.168.128.1
Status code: 200
Version: HTTP/1.1

...
Content-Type: application/json
...

Actual behaviour

  • There's nowhere in the interface that would definitively tell me what the full request path is.
  • You can deduce what it is by clicking on environment variables and checking

Configuration

Postman for Windows
Version 6.3.0
win32 10.0.17134 / x64

Windows 10 Pro 64 bits
Version 1803

404

Download link for Postman is a 404.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.