-
-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcc0cc7
commit 09a60be
Showing
87 changed files
with
27,753 additions
and
41,489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 29 additions & 14 deletions
43
tests/cache/500px.com.photo-138251239-taganay-park-by-daniel-kordan.php
Large diffs are not rendered by default.
Oops, something went wrong.
76 changes: 76 additions & 0 deletions
76
tests/cache/animoto.com.oembeds-create.38543c7ef9f9aa2a8ad7ee9623a0ce14.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<?php | ||
declare(strict_types = 1); | ||
|
||
return [ | ||
'headers' => [ | ||
'server' => [ | ||
'CloudFront' | ||
], | ||
'date' => [ | ||
'Mon, 10 Jun 2024 15:58:27 GMT', | ||
'Mon, 10 Jun 2024 15:58:28 GMT' | ||
], | ||
'content-type' => [ | ||
'text/html', | ||
'text/x-javascript; charset=utf-8' | ||
], | ||
'content-length' => [ | ||
'167' | ||
], | ||
'connection' => [ | ||
'keep-alive' | ||
], | ||
'location' => [ | ||
'https://animoto.com/oembeds/create?url=https%3A%2F%2Fanimoto.com%2Fplay%2FGjsJ1gu0WDRfr4pGw12xZQ&format=json' | ||
], | ||
'x-cache' => [ | ||
'Redirect from cloudfront', | ||
'Error from cloudfront' | ||
], | ||
'via' => [ | ||
'1.1 ac6c61c5795b4bc9c16e9a11b9a19660.cloudfront.net (CloudFront)', | ||
'1.1 a592869f6e840918be1b6be3060d1632.cloudfront.net (CloudFront)' | ||
], | ||
'x-amz-cf-pop' => [ | ||
'MAD51-C3', | ||
'MAD51-C3' | ||
], | ||
'x-amz-cf-id' => [ | ||
'4hkX2coie31C4meSfyTtqpBYuWO2HH3iDbZs_vKQTByhl4MqRBlZsw== HTTP/2 404', | ||
'VRXgUyN_zVNYrh-foCbxax5om8a6lA74Z8dV1Cw-W3qdoibg17Nlow==' | ||
], | ||
'vary' => [ | ||
'Accept-Encoding' | ||
], | ||
'cache-control' => [ | ||
'private,no-cache' | ||
], | ||
'set-cookie' => [ | ||
'_animoto.com_session=yY8IVOsuCWFgZsss1e77BHRyU0duQzHg44W%2FHNHxzRXbYN8sb33Kmb0DtMjfKBX2kuPFBTe03NSgTLm2gcBib0EwHFvk8KU%2FPGX%2Fdi3JQFfR3z3s4scM33VLxfU70p6YL3QS3BDIxrTdfrU66c5IEwlLyz7KVSg%3D--unHL5rkQvJ2Ib%2Fqw--A53myJPuqCc0xCeseA43CA%3D%3D; path=/; secure; HttpOnly' | ||
], | ||
'x-request-id' => [ | ||
'ceda8b806220223e9f3fe3b7c4924d3c' | ||
], | ||
'x-runtime' => [ | ||
'0.083985' | ||
], | ||
'strict-transport-security' => [ | ||
'max-age=15724800; includeSubDomains' | ||
], | ||
'x-envoy-upstream-service-time' => [ | ||
'85' | ||
], | ||
'content-encoding' => [ | ||
'gzip' | ||
], | ||
'Content-Location' => [ | ||
'https://animoto.com/oembeds/create?url=https%3A%2F%2Fanimoto.com%2Fplay%2FGjsJ1gu0WDRfr4pGw12xZQ&format=json' | ||
], | ||
'X-Request-Time' => [ | ||
'0.748 ms' | ||
] | ||
], | ||
'statusCode' => 404, | ||
'reasonPhrase' => 'Not Found', | ||
'body' => '{"error":"URL not supported or not found"}' | ||
]; |
Oops, something went wrong.