Skip to main content
Home
  • Tutorials
    • Quality Assurance
    • Software Development
    • Machine Learning
    • Data Science
  • About Us
  • Contact
programsbuzz facebook programsbuzz twitter programsbuzz linkedin
  • Log in

Main navigation

  • Tutorials
    • Quality Assurance
    • Software Development
    • Machine Learning
    • Data Science
  • About Us
  • Contact

How to Make HTTP Get Request using Postman

Profile picture for user arilio666
Written by arilio666 on 12/23/2021 - 13:57

Now in this article, we will be seeing how to make HTTP GET requests using postman.

  • We follow an HTML protocol when we try to communicate between the client machine and the server machine or you can say two different unique systems.
  • The GET request fetches this client binary data which is usually a text file formatted in XML or JSON.
  • Without causing trouble the job of the GET request is to fetch client data out of the server with a successful 200 status.

If you don't have any idea what an HTTP request is it is simple communication between the client and the server or as we discussed between two different systems for the client's binary data.

  • So coming back to GET it is a safe procedure of fetching client data out of the server safe meaning there will be no update, delete, or addition of data or modification occurrence while this process happens.
  • This is just a simple old request we do from the server and the server responds to it.

Enough talk let us dive into the real deal!

  • Today we will be testing a demo rest API site https://reqres.in/  site.
  • This is the GET request endpoint for the site /api/users?page=2
  • During this article, I'm using postman version 9.0.9

  • Click on file -> new

  • When this dialog box pops up click on the HTTP Request.

  • This is the result after that there we can see the GET method is selected and the request URL can be pasted there and checked to see whether it is Doing GET from the reqres site.

  • Now as we can see we have requested the server and this is the server response we can see below.
  • The response is in the format of JSON here it lists users from that site.
  • Our status code is 200 meaning the response endpoint is correct and it has returned the needful result.
  • This is how we can do the GET request in postman.
  • Top of response there is 3 categories pretty, raw, and preview.
  • Pretty describes how the response JSON is shown in order and neat.
  • Raw is something how we see the response in a browser.
  • Preview describes the preview of the page sent.
Related Content
Install Postman on Windows 10 OS
Postman: Creating a workspace
Postman: Introduction
Tags
Postman
  • Log in or register to post comments

Choose Your Technology

  1. Agile
  2. Apache Groovy
  3. Apache Hadoop
  4. Apache HBase
  5. Apache Spark
  6. Appium
  7. AutoIt
  8. AWS
  9. Behat
  10. Cucumber Java
  11. Cypress
  12. DBMS
  13. Drupal
  14. GitHub
  15. GitLab
  16. GoLang
  17. Gradle
  18. HTML
  19. ISTQB Foundation
  20. Java
  21. JavaScript
  22. JMeter
  23. JUnit
  24. Karate
  25. Kotlin
  26. LoadRunner
  27. matplotlib
  28. MongoDB
  29. MS SQL Server
  30. MySQL
  31. Nightwatch JS
  32. PactumJS
  33. PHP
  34. Playwright
  35. Playwright Java
  36. Playwright Python
  37. Postman
  38. Project Management
  39. Protractor
  40. PyDev
  41. Python
  42. Python NumPy
  43. Python Pandas
  44. Python Seaborn
  45. R Language
  46. REST Assured
  47. Ruby
  48. Selenide
© Copyright By iVagus Services Pvt. Ltd. 2023. All Rights Reserved.

Footer

  • Cookie Policy
  • Privacy Policy
  • Terms of Use