Reading a HttpRequest post data on OpenCart
问题 I am sending a HTTP request from a C# windowsform application to an OpenCart store. This is what fiddler is showing that I'm sending, which looks correct. This is the code I have in my OpenCart project that I'm calling. class ControllerEAOpenCartProducts extends ControllerEAOpenCart { public function createProduct() { print_r($this->request); } } The print_r is outputting the following data which doesn't appear to be containing any of my JSON data. The content type of the requst also seems to