From 05d11ef609a5bc2cde660443afaf6fac5c2497c4 Mon Sep 17 00:00:00 2001 From: Gadi Cohen Date: Fri, 4 Oct 2024 13:15:25 +0100 Subject: [PATCH] chore(tests): commit missing tests/http/getCrumb-getcrumb `:) --- tests/http/getCrumb-getcrumb | 64 ++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 tests/http/getCrumb-getcrumb diff --git a/tests/http/getCrumb-getcrumb b/tests/http/getCrumb-getcrumb new file mode 100644 index 00000000..785aa179 --- /dev/null +++ b/tests/http/getCrumb-getcrumb @@ -0,0 +1,64 @@ +{ + "request": { + "url": "https://query2.finance.yahoo.com/v1/test/getcrumb" + }, + "response": { + "ok": true, + "status": 200, + "statusText": "OK", + "headers": { + "content-type": [ + "text/plain;charset=utf-8" + ], + "access-control-allow-origin": [ + "https://finance.yahoo.com" + ], + "access-control-allow-credentials": [ + "true" + ], + "cache-control": [ + "private, max-age=60, stale-while-revalidate=30" + ], + "vary": [ + "Origin,Accept-Encoding" + ], + "content-length": [ + "11" + ], + "x-envoy-upstream-service-time": [ + "1" + ], + "date": [ + "Wed, 17 Apr 2024 11:49:12 GMT" + ], + "server": [ + "ATS" + ], + "x-envoy-decorator-operation": [ + "finance-external-services-api--mtls-baseline-production-ir2.finance-k8s.svc.yahoo.local:4080/*" + ], + "age": [ + "9" + ], + "strict-transport-security": [ + "max-age=31536000" + ], + "referrer-policy": [ + "no-referrer-when-downgrade" + ], + "connection": [ + "close" + ], + "expect-ct": [ + "max-age=31536000, report-uri=\"http://csp.yahoo.com/beacon/csp?src=yahoocom-expect-ct-report-only\"" + ], + "x-xss-protection": [ + "1; mode=block" + ], + "x-content-type-options": [ + "nosniff" + ] + }, + "body": "mloUP8q7ZPH" + } +} \ No newline at end of file