.absolute-url {
    background-image: url('http://foo');
}

.custom-url {
    background-image: url('foo:bar');
}