Skip to Content
Menu
This question has been flagged
2 Replies
4786 Views

After once my IOT Box has restarted, the Domain URL has completely changed. Is ther any way to fix this issue.

Present Domain URL:  192-168-50-22.4ab752d6.odoo-iot.com:8069
Required URL: http://192.168.50.22:8069



Avatar
Discard
Best Answer

It is normal.

After you registered your box in your DB the box downloaded a authenticated certificate linked to this domain.

So now you can contact the box in HTPPS secured connection.

What is the problem with this ?

Avatar
Discard
Author

Thank you for your response.

The problem is:

I have created an POST API inside the IOT BOX using driver.py

The API works for URL with http://192.168.50.22:8069/test

But after the URL is changed , the API doesn't work for this URL:

http://192-168-50-22.xxxxxxxx.odoo-iot.com:8069/test

Author

@Quentin The URL works.

Earlier what happened, I was using the IP from iot_box table from database and accessing the API using javascript. So, Javascript geeting only "192-168-50-22.xxxxxxxx.odoo-iot.com" was unable to access the API.

I have corrected the full api and now it works with HTPPS secured connection.

Author Best Answer

Image for better understanding:


Avatar
Discard
Related Posts Replies Views Activity
3
Nov 22
4094
2
Nov 24
272
1
Oct 24
335
4
Oct 24
326
2
Oct 24
362