Answers for "js host without port"

0

js host without port

// host without the port
window.location.hostname
Posted by: Guest on July-15-2020
0

js origin without port

// origin without the port
`${window.location.protocol}//${window.location.hostname}`
Posted by: Guest on July-15-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language