Welcome to Smart Home Forum by FIBARO
Dear Guest,
as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.
As a member you can:
- Start new topics and reply to others
- Follow topics and users to get email updates
- Get your own profile page and make new friends
- Send personal messages
- ... and learn a lot about our system!
Regards,
Smart Home Forum by FIBARO Team

Question
Dave_H 52
I'm trying to start a scene from HA-Bridge using the Scene Action API using a POST HTTP call. It works fine if there are no parameters being passed in the message body, but as soon as I add a parameter, then it returns HTTP 405 (Method not allowed). So I tried calling the API from SoapUI and I get a 405 returned there also. HOWEVER if I call the API from a browser using the /docs Try It! helper (
Please login or register to see this link.
), then it works fine.So I trapped the message being sent from the browser (the one that is working), and I get:
Please login or register to see this code.
The message that I'm sending from SoapUI is:
Please login or register to see this code.
I've tried modifying the headers in SoapUI so that they all match the browser values, and I still get the error.
Anyone got any ideas as to why it's not working?
Thanks,
Dave
Edited by Dave HarrisonSolved
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.