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
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
3
Respostes
25496
Vistes
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
2
de set. 23
|
2743 | ||
|
4
de set. 20
|
8730 | ||
|
1
de maig 24
|
3154 | ||
|
4
de jul. 24
|
20167 | ||
|
1
de maig 21
|
5138 |
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.