How to: Differentiating between HTTP and HTTPS URLs

In the following, we differentiate between the URLs /http_test.html and /http*s*_test.html.

{
    "urls": [
        {
            "name": "/http_test.html",
            "protocol": "http",
            "type": "explicit",
            "performStaging": false,
            "isAllowed": false
        },
        {
            "name": "/https_test.html",
            "protocol": "https",
            "type": "explicit",
            "performStaging": false,
            "isAllowed": false
        }
    ]
}