Search found 1 match

by hzs
22 Mar 2023, 14:24
Forum: Help
Topic: Api rest dont work. Using with nginx server and latest version mantisbt
Replies: 1
Views: 3208

Api rest dont work. Using with nginx server and latest version mantisbt

Mantis version: 2.25.6
nginx version 1.16.1

1) added a parameter that allows access to the REST in the config /config/config_inc.php :
$g_webservice_rest_enabled = ON;

2) I generated a token under the admin in BT

3) I added several APIs In Postman. One of them is getting a list of all projects ...