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:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
3
ตอบกลับ
25749
มุมมอง
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.
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
2
ก.ย. 23
|
2879 | ||
|
4
ก.ย. 20
|
8847 | ||
|
1
พ.ค. 24
|
3282 | ||
|
4
ก.ค. 24
|
20302 | ||
|
1
พ.ค. 21
|
5268 |
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.