You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I use nignx and php-fpm and TextCube 1.9.3.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: