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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
3
Réponses
25758
Vues
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.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
2
sept. 23
|
2880 | ||
|
4
sept. 20
|
8848 | ||
|
1
mai 24
|
3284 | ||
|
4
juil. 24
|
20305 | ||
|
1
mai 21
|
5271 |
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.