Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php api method post

<?php
header('Access-Control-Allow-Origin: *');

header('Content-Type: application/json; charset=UTF-8');

header("Access-Control-Allow-Methods: POST");

header("Access-Control-Max-Age:3600");

header("Access-Control-Allow-Headers:*");
 
PREVIOUS NEXT
Tagged: #php #api #method #post
ADD COMMENT
Topic
Name
7+1 =