Welcome Guest, Not a member yet? Register   Sign In
A Complete REST API Tutorial
#3

You need set JSON response in your request. From the browser it will always be XML.
You can JSON only leave in app/Config/Format.php, comment line 23 and 39:


PHP Code:
'application/xml'// machine-readable XML
'application/xml'  => \CodeIgniter\Format\XMLFormatter::class 
Reply


Messages In This Thread
A Complete REST API Tutorial - by Philos - 09-07-2019, 02:27 PM
RE: A Complete REST API Tutorial - by ciadmin - 09-07-2019, 02:35 PM
RE: A Complete REST API Tutorial - by mintwint - 09-07-2019, 11:31 PM
RE: A Complete REST API Tutorial - by atsanna - 09-08-2019, 01:55 AM
RE: A Complete REST API Tutorial - by myo - 03-25-2020, 03:58 AM
RE: A Complete REST API Tutorial - by monkenWu - 04-10-2020, 04:53 AM
RE: A Complete REST API Tutorial - by anmar_dev - 04-17-2020, 02:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB