Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Forbidden erros #235

Open
paulovitorbal opened this issue Oct 2, 2014 · 2 comments
Open

Forbidden erros #235

paulovitorbal opened this issue Oct 2, 2014 · 2 comments

Comments

@paulovitorbal
Copy link

When I try to make anything like create a new api, set a http-auth, or an adapter I receive responses like this:

Request URL:http://pa2.neocatecumenato.net/apigility/api/module
Request Method:POST
Status Code:403 Forbidden
Response body:
Forbidden
You don't have permission to access /apigility/api/moduleon this server.

And this happens for many urls:

Request URL:http://pa2.neocatecumenato.net/apigility/api/authentication/http-basic
Request Method:POST
Status Code:403 Forbidden

Request URL:http://pa2.neocatecumenato.net/apigility/api/db-adapter
Request Method:POST
Status Code:403 Forbidden

I am using:
PHP 5.4.4-14+deb7u14
Debian GNU/Linux 7 (wheezy)
Apache/2.2.22 (Debian)

@jwwicks
Copy link

jwwicks commented Oct 14, 2014

I experienced this when I didn't explicitly change the setting in the vhosts conf file to allow all.

Double check your settings if you haven't already...

<Directory "/home/usr/foo/apigility.dev/public">
Options -Indexes
AllowOverride All
Order allow,deny
Allow from all

@michalbundyra
Copy link
Member

This repository has been closed and moved to laminas-api-tools/api-tools-admin; a new issue has been opened at laminas-api-tools/api-tools-admin#42.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants