I have a few IOT devices that can trigger a GET or POST http request when some events are triggered.
I wrote a small PHP script on a page of my OVH hosted site to handle them.
My GET commands are properly accepted and managed.
However the POST /json are not reaching the script and are returning a: 403 Forbidden error.
What I am missing here? I don't believe I have any limitation on my .htaccess. I also have no firewall. I am sure it is something very simple but I haven't found it as of yet.
So if one of you could lend me a hand by pointing me in the right direction I'll appreciate.
Thanks
POST return 403 forbidden
Related questions
- Update MySQL Version
11717
14.02.2018 03:27
- How do I limit upload_max_filesize? PHP.ini method not working
11399
06.12.2022 11:02
- Max_execution_time how to increase time
11316
24.01.2021 17:14
- Connect to mysql database
11131
28.02.2018 16:52
- I can't login to my account. Reset password don't help
10796
25.02.2020 22:06
- Cannot put SSL on my domain
10172
03.04.2019 19:20
- Layer 7 DDoS protection on Web hosting
10137
17.08.2025 13:59
- Abuse Report not working
9506
27.03.2025 07:45
- How do I get rid of the default 'site under construction' page?
9294
27.10.2022 14:35
- Trying to connect my OVH domain to shopify store
8623
13.06.2021 22:43