403 forbidden error
Hi razius,
I tried using the handler. However it is giving 403 forbidden error. do we have to provide crentials. If yes, Where and how? Below is the repos.json - { "migunjan/gunjan_test": { "path": "/home/gunjan_test", "key": "SecretKey", "action": [["git", "pull", "origin", "master"]] } }
RESPONSE - Headers Content-Length: 234 Content-Type: text/html Date: Tue, 07 Mar 2017 11:28:37 GMT Server: Werkzeug/0.11.15 Python/2.6.6 Body
Forbidden
You don't have the permission to access the requested resource. It is either read-protected or not readable by the server.
Please help
Are you behind a proxy? Try running it with:
USE_PROXYFIX=true python index.py 8080
Hi razius,
Thanks for the quick response. I tried using USE_PROXY, but still the same error.
on the server it gives as below - 10.61.61.174 - - [08/Mar/2017 09:47:55] "POST / HTTP/1.1" 403 - 10.61.61.174 - - [08/Mar/2017 09:56:41] "POST / HTTP/1.1" 403 -
Hi razius, any help. If i try to access server from browser i.e GET it gives response as 200. But POSt request it gives 403.
10.80.17.148 - - [09/Mar/2017 06:56:52] "GET / HTTP/1.1" 200 - 10.61.61.174 - - [09/Mar/2017 06:57:22] "POST / HTTP/1.1" 403 not sure why is this occurring. Please help.