PHP Classes

File: tests/_data/scenarios/api/Create_Article_With_Bad_Params_Names.txt

Recommend this page to a friend!
  Classes of Gjero Krsteski   PHP Nuclear Reactor   tests/_data/scenarios/api/Create_Article_With_Bad_Params_Names.txt   Download  
File: tests/_data/scenarios/api/Create_Article_With_Bad_Params_Names.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: PHP Nuclear Reactor
Asynchronous RESTful API using ReactPHP and PIMF
Author: By
Last change: Update of tests/_data/scenarios/api/Create_Article_With_Bad_Params_Names.txt
Date: 4 years ago
Size: 247 bytes
 

Contents

Class file image Download
I WANT TO CREATE A ARTICLE VIA API USING NO EXPECTED PARAMETERS I have http header 'Content-Type'," 'application/x-www-form-urlencoded' I send post '/articles'," ['test' => 'test title'," 'test2' => 'test content']" I see response code is "400"