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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
3
Respuestas
25771
Vistas
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.
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
2
sept 23
|
2883 | ||
|
4
sept 20
|
8854 | ||
|
1
may 24
|
3289 | ||
|
4
jul 24
|
20309 | ||
|
1
may 21
|
5275 |
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.