Saturday, August 13, 2016

Setting up header to collect data from API

Get data from api Set header :
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: GET, POST, OPTIONS');
header('Access-Control-Allow-Headers: Origin, Content-Type, Accept, Authorization, X-Request-With');
header('Access-Control-Allow-Credentials: true');
now get Get data using method : get or post from front end.

0 comments:

Post a Comment