Skip to content
This repository was archived by the owner on Oct 22, 2019. It is now read-only.
This repository was archived by the owner on Oct 22, 2019. It is now read-only.

http://www.ampbyrahat.com #1843

@Rahat-3858

Description

@Rahat-3858

URLs like http://www.ampbyrahat.com/samples_templates/live_blog/ are not redirected to their https equivalent:

$ curl -s -D - http://www.ampbyrahat.com/samples_templates/live_blog/ | head -1
HTTP/1.1 200 OK
$ curl -s -D - http://www.ampbyrahatcom/ | head -1
HTTP/1.1 301 Moved Permanently

Example 1: RTC specification on an amp-ad


The value of rtc-config must conform to the following specification:

{
"vendors": {
"vendor1": {
"MACRO_1": "MACRO_VALUE_1",
"MACRO_2": "MACRO_VALUE_2"
},
"vendor2": {
"MACRO_1": "MACRO_VALUE_1",
"MACRO_2": "MACRO_VALUE_2"
}
},
"urls": [
"https://www.rahatA.com/endpoint",
{"url": "https://www.rahatB.com/endpoint",
"errorReportingUrl":"https://www.rahatB.com/endpoint?e=ERROR_TYPE&h=HREF"}],
"timeoutMillis": 500
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions