- Learning WordPress REST API
- Sufyan bin Uzayr
- 305字
- 2021-07-14 11:00:48
Issuing requests via Postman
The biggest and most obvious advantage of Postman is that it allows you to turn requests into code snippets that you can use and reuse within your code. Thus, Postman can be used to export requests as JavaScript, and that makes it the perfect fit when working with REST API for WordPress or web development.
Postman lets you send authenticated requests in a native manner. In Google Chrome, once you have installed and activated the Postman extension, you can start sending HTTP requests.
Postman supports multiple HTTP requests, and you can see that directly in the drop-down menu.

Of course, for our purpose, the GET and POST requests are the most important.
To issue an HTTP request via Postman, you need to enter the URL value and specify the parameters, if any. For instance, a GET request to a sample URL would look like as shown in the following screenshot:

The preceding requests give us raw response in HTML code. You can also see the same response in JSON, XML, or text format. However, did our GET request actually fetch our WordPress site? Simply hit the Preview link in the pane and you will see your remote WordPress site in the panel.

This is a pretty basic HTTP request and you are just fetching the WordPress site as it is. Since we will be using REST API for bigger and better queries, why not try such a request using Postman?
Say, we wish to login to our remote WordPress site. You can access the wp-admin
of your site in a similar manner.

For all practical purposes, using Postman to authenticate you via HTTP requests is possible and feasible. However, since our focus is on the usage of REST API in WordPress, let us now get started with some actual code!
- Apache Hive Essentials
- Raspberry Pi 2 Server Essentials
- Getting Started with Gulp
- Go語言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(1)
- Creating Stunning Dashboards with QlikView
- Getting Started with React VR
- Mastering Embedded Linux Programming
- R語言實戰(zhàn)(第2版)
- 青少年P(guān)ython趣味編程
- Mastering JavaScript Promises
- JavaScript編程精解(原書第3版)
- 深入實踐C++模板編程
- ServiceDesk Plus 8.x Essentials
- 微信小程序開發(fā)圖解案例教程:附精講視頻(第3版)
- Mastering VMware Horizon 6