Is there any way to get odoo.sh URL IP Address. I have one odoo.sh URL like (https://xyz-staging-1232313.dev.odoo.com) So Can I get the IP Address (Host Address) for that URL ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
3
返信
25776
ビュー
For the odoo.sh dedicated servers there is no IP based links. If you are registered with a domain, the link will look like www.domain_name.odoo.com
The link (https://xyz-staging-1232313.dev.odoo.com) you have stated here is the development branch link, not the production link or master branch's link.
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
2
9月 23
|
2884 | ||
|
4
9月 20
|
8859 | ||
|
1
5月 24
|
3290 | ||
|
4
7月 24
|
20310 | ||
|
1
5月 21
|
5276 |
Not sure whether you are looking for the same in code or not, if you just want to know the ip, you can get it from following site by entering the url: https://ipinfo.info/html/ip_checker.php
but when I check with this URL it gives me to host(IP Address) like 35.222.101.46 but it is not redirecting to my original URL.