If plugin use the plugin-url-binding such like '/plugin/GMapCustomInsert/' for Google Map Plugin, http request is like below.
Request URL:http://blog.outsider.ne.kr/plugin/GMapCustomInsert/
Request Method:GET
Status Code:404 Not Found
But body is exist and page is displayed correctly.
And if I remove if (!headers_sent()) Respond::NotFoundPage(); codes in interface/blog/plugin.php, the request return 200 OK.
PluginURLbinding return body but status code is
404 NOT FOUND
.If plugin use the plugin-url-binding such like '/plugin/GMapCustomInsert/' for Google Map Plugin, http request is like below.
But body is exist and page is displayed correctly. And if I remove
if (!headers_sent()) Respond::NotFoundPage();
codes ininterface/blog/plugin.php
, the request return200 OK
.I use nignx and php-fpm and TextCube 1.9.3.