From 2cb09e9dd26f07d43b601e5c0abb08ebae996d5e Mon Sep 17 00:00:00 2001 From: Eric Parsons <parsons.eric@gmail.com> Date: Mon, 19 Feb 2018 17:27:59 -0800 Subject: [PATCH] Minor readme formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0948179..8a39737 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Example client: * Command will look something like "php composer.phar install" and needs to be run from the directory with the composer.json file. ### Using the API -The root path of the API will be: https://\<hostname\>\<forum path\>/app.php/restApiV1/ If you have url rewriting enabled (in General->Server Settings of the control panel) and working for your forum, the path can be shortened to https://\<hostname\>\<forum path\>/restApiV1/ +The root path of the API will be: _https://\<hostname\>\<forum path\>/app.php/restApiV1/_ If you have url rewriting enabled (in General->Server Settings of the control panel) and working for your forum, the path can be shortened to _https://\<hostname\>\<forum path\>/restApiV1/_ NOTE: Due to PhpBB's cookie based auth, you will need to handle cookies passed to and returned by the api. You shouldn't directly store these. Your client should act as a proxy for these cookies. I recommend looking at the example client and reusing the code if you are working with PHP on the client side. -- GitLab