Skip to content

Orion's Blog

A Lazy Developer

Recent Posts

  • Install sendmail on Ubuntu 14.04/16.04
  • Convert null to empty string for json output in PHP
  • Install FFMPEG in CentOS 6.8
  • Create new user with rights only for specific DB in Mysql
  • Ajax Request Headers in Postman

Recent Comments

    Archives

    • September 2016
    • March 2014
    • December 2013
    • September 2013
    • April 2013
    • November 2012
    • July 2012

    Categories

    • Ajax
    • API
    • CentOS
    • CodeIgniter
    • Database
    • jQuery
    • Linux
    • Mail
    • MySQL
    • PHP
    • Ubuntu

    Tag

    • Ajax
    • Ajax Live Search
    • Ajax Request
    • API Request
    • Base64
    • base64_decode
    • base64_encode
    • CentOS
    • CentOS 6.5
    • CentOS 6.8
    • CodeIgniter
    • Database
    • Debug
    • ffmpeg
    • Gmail
    • htaccess
    • jQuery
    • json
    • Linux
    • Mail
    • MySQL
    • pagination
    • Permission
    • PHP
    • Postman
    • Select date
    • Sendmail
    • SMTP
    • Ubuntu
    • Unix

    Category: API

    Ajax Request Headers in Postman

    You can add the following header to sent Ajax request in postman.

    Content-Type      application/json
    
    X-Requested-With  XMLHttpRequest
    

    Screenshot

    Postman Header for API

    Posted on September 8, 2016December 27, 2016Categories APITags Ajax Request, API Request, Postman
    Proudly powered by WordPress