Open MickiCH opened 3 years ago
I just setup my home-assistant and I realized that even if my request has no body, just something like this: "http://ip:8123/api/services/script/turnofflivingroom" it will not work.
I tested with postman and when I use the GET method I get: 405: Method Not Allowed When I use the POST method it works.
So I was assuming that this might be issue. Any other idea how to send a request to home-assistant from pophttp? Thanks
I just setup my home-assistant and I realized that even if my request has no body, just something like this: "http://ip:8123/api/services/script/turnofflivingroom" it will not work.
I tested with postman and when I use the GET method I get: 405: Method Not Allowed When I use the POST method it works.
So I was assuming that this might be issue. Any other idea how to send a request to home-assistant from pophttp? Thanks