Skip to content

Instantly share code, notes, and snippets.

@brijesh-deb
Last active April 9, 2020 10:16
Show Gist options
  • Save brijesh-deb/d976984070945ad58cb0ced12ec85466 to your computer and use it in GitHub Desktop.
Save brijesh-deb/d976984070945ad58cb0ced12ec85466 to your computer and use it in GitHub Desktop.
#Postman #CheatSheet

Sending multipart/form-data request

  • Select POST method
  • Enter URL
  • Select Body and form-data
  • For Key enter the parameter name
  • For Key type select File [Dropdown will appear if you hover the mouse on right of key field]
  • Once File is selected, a "Choose Files" button will appear for Value field
  • Choose the file
  • Click Send.

Delete session cookie

  • Click "Cookies" [comes under Send button]; Manage Cookie window will show up
  • All cookies will be listed
  • Delete cookies from the list

Use Basic Auth

  • Go to "Authorization" section in the
  • From Type select "Basic Auth"
  • Provide UserName and Password in the input fields

Enable/disable SSL check

  • Go to Setting > General
  • On/Off SSL Certificate verification

Import JSON collection

  • Select Import menu > select JSON file to import
  • Imported collection will be listed under
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment