Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btakita/f3114af7e599d17ad2b1563f9ac299c4 to your computer and use it in GitHub Desktop.
Save btakita/f3114af7e599d17ad2b1563f9ac299c4 to your computer and use it in GitHub Desktop.
curl -H 'host: dev.menu.com' -v https://d15j0txe0f6dbz.cloudfront.net
* Trying 52.84.129.64:443...
* Connected to d15j0txe0f6dbz.cloudfront.net (52.84.129.64) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=US; ST=Washington; L=Seattle; O=Amazon.com, Inc.; CN=*.cloudfront.net
* start date: May 26 00:00:00 2020 GMT
* expire date: Apr 21 12:00:00 2021 GMT
* subjectAltName: host "d15j0txe0f6dbz.cloudfront.net" matched cert's "*.cloudfront.net"
* issuer: C=US; O=DigiCert Inc; CN=DigiCert Global CA G2
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x5624a71d19f0)
> GET / HTTP/2
> Host: dev.menu.com
> user-agent: curl/7.71.1
> accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
< HTTP/2 403
< content-type: text/html
< content-length: 915
< server: CloudFront
< date: Tue, 18 Aug 2020 04:10:25 GMT
< via: 1.1 47d4e4669a874175b62f2fee0a0a3146.cloudfront.net (CloudFront), 1.1 29cac7767e3846e444e0942fa7013c16.cloudfront.net (CloudFront), 1.1 2b98f5123b0afb720126e49d8c2196a8.cloudfront.net (CloudFront)
< x-amz-cf-pop: ORD53-C2
< x-amz-cf-pop: ORD53-C2
< x-cache: Error from cloudfront
< x-amz-cf-pop: ORD53-C1
< x-amz-cf-id: GSgwiq1rD2FZmQrNVGcjZbvyVXpZYLCHnkwlZRizzvZvStbUAvTY8A==
<
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>ERROR: The request could not be satisfied</TITLE>
</HEAD><BODY>
<H1>403 ERROR</H1>
<H2>The request could not be satisfied.</H2>
<HR noshade size="1px">
Bad request.
We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
<BR clear="all">
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
<BR clear="all">
<HR noshade size="1px">
<PRE>
Generated by cloudfront (CloudFront)
Request ID: Ibi41TsS-PPB0Xpb4c0iPFwpri9bI_LdG8rlOjQwmAzQ5sIO6-UUhQ==
</PRE>
<ADDRESS>
</ADDRESS>
* Connection #0 to host d15j0txe0f6dbz.cloudfront.net left intact
</BODY></HTML>
curl -H 'Host: dev.menu.com' -v https://tj4sfkoglg.execute-api.us-west-2.amazonaws.com/prod/
* Trying 52.84.16.46:443...
* Connected to tj4sfkoglg.execute-api.us-west-2.amazonaws.com (52.84.16.46) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=*.execute-api.us-west-2.amazonaws.com
* start date: Apr 6 00:00:00 2020 GMT
* expire date: May 6 12:00:00 2021 GMT
* subjectAltName: host "tj4sfkoglg.execute-api.us-west-2.amazonaws.com" matched cert's "*.execute-api.us-west-2.amazonaws.com"
* issuer: C=US; O=Amazon; OU=Server CA 1B; CN=Amazon
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x55cf04a359f0)
> GET /prod/ HTTP/2
> Host: dev.menu.com
> user-agent: curl/7.71.1
> accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
< HTTP/2 421
< server: CloudFront
< date: Tue, 18 Aug 2020 04:06:32 GMT
< content-type: text/html
< content-length: 187
< x-cache: Error from cloudfront
< via: 1.1 1fc014a0fca745817935078cd0086d43.cloudfront.net (CloudFront)
< x-amz-cf-pop: ORD53-C2
< x-amz-cf-id: tTZ2zgRj8lAsBh1syboRQGY32-3wlQRSECwnuTXmsTflXhCe79q-Jw==
<
<html>
<head><title>421 Misdirected Request</title></head>
<body bgcolor="white">
<center><h1>421 Misdirected Request</h1></center>
<hr><center>CloudFront</center>
</body>
</html>
curl -v https://dev.menu.com/
* Trying 104.28.13.164:443...
* Connected to dev.menu.com (104.28.13.164) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=US; ST=CA; L=San Francisco; O=Cloudflare, Inc.; CN=sni.cloudflaressl.com
* start date: Aug 15 00:00:00 2020 GMT
* expire date: Aug 15 12:00:00 2021 GMT
* subjectAltName: host "dev.menu.com" matched cert's "*.menu.com"
* issuer: C=US; O=Cloudflare, Inc.; CN=Cloudflare Inc ECC CA-3
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x5625951de9f0)
> GET / HTTP/2
> Host: dev.menu.com
> user-agent: curl/7.71.1
> accept: */*
>
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
* Connection state changed (MAX_CONCURRENT_STREAMS == 256)!
< HTTP/2 403
< date: Tue, 18 Aug 2020 03:51:34 GMT
< content-type: text/html
< set-cookie: __cfduid=d0f8a2edefa4339f969e2c80708a6191b1597722694; expires=Thu, 17-Sep-20 03:51:34 GMT; path=/; domain=.menu.com; HttpOnly; SameSite=Lax; Secure
< via: 1.1 e015e56c4395c9ee51cf58fa65e3e01f.cloudfront.net (CloudFront), 1.1 743e410b6fbf5421af14238abd32e13d.cloudfront.net (CloudFront), 1.1 5954b2df4d41e7422024f06ce4b6c817.cloudfront.net (CloudFront)
< x-amz-cf-pop: MSP50
< x-amz-cf-pop: MSP50
< x-cache: Error from cloudfront
< x-amz-cf-pop: MSP50
< x-amz-cf-id: _gmDJbFxzPB2mvMMWC2JpruqIWEBeIoQ_uCsMBAgdhOw2xndiu_1dQ==
< cf-cache-status: DYNAMIC
< cf-request-id: 04a14aaa8400009ef7958b4200000001
< expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
< server: cloudflare
< cf-ray: 5c48ad5738f59ef7-ORD
<
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>ERROR: The request could not be satisfied</TITLE>
</HEAD><BODY>
<H1>403 ERROR</H1>
<H2>The request could not be satisfied.</H2>
<HR noshade size="1px">
Bad request.
We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
<BR clear="all">
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
<BR clear="all">
<HR noshade size="1px">
<PRE>Generated by cloudfront (CloudFront)
Request ID: WVmPJVz5Qh1MshOuvPgYOihpsUo_J4BafJDx9EFdzc9Nsp417SrwhQ==
</PRE>
<ADDRESS>
</ADDRESS>
* Connection #0 to host dev.menu.com left intact
</BODY></HTML>%
curl -v https://tj4sfkoglg.execute-api.us-west-2.amazonaws.com/prod/
* Trying 52.84.16.80:443...
* Connected to tj4sfkoglg.execute-api.us-west-2.amazonaws.com (52.84.16.80) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=*.execute-api.us-west-2.amazonaws.com
* start date: Apr 6 00:00:00 2020 GMT
* expire date: May 6 12:00:00 2021 GMT
* subjectAltName: host "tj4sfkoglg.execute-api.us-west-2.amazonaws.com" matched cert's "*.execute-api.us-west-2.amazonaws.com"
* issuer: C=US; O=Amazon; OU=Server CA 1B; CN=Amazon
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x55d104c529f0)
> GET /prod/ HTTP/2
> Host: tj4sfkoglg.execute-api.us-west-2.amazonaws.com
> user-agent: curl/7.71.1
> accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
< HTTP/2 302
< content-type: text/html
< content-length: 0
< date: Tue, 18 Aug 2020 04:18:53 GMT
< x-amzn-requestid: e9f97261-a21f-44af-a552-b3dda1b47fa1
< x-amz-apigw-id: Rcp64GssvHcF0oA=
< vary: Accept-Encoding
< location: /backoffice
< link: </client/client.1cdabced.js>;rel="modulepreload";as="script", </client/ProfileDropdown.8184c546.js>;rel="modulepreload";as="script", </client/Filters.6ca51099.js>;rel="modulepreload";as="script", </client/_refresh_writable.06ac94ee.js>;rel="modulepreload";as="script", </client/isLoggedIn_b.09dde87e.js>;rel="modulepreload";as="script", </client/isDefined.168f2fb8.js>;rel="modulepreload";as="script", </client/userAddressText_b.1939f8dd.js>;rel="modulepreload";as="script", </client/getContextCtx.54037517.js>;rel="modulepreload";as="script", </client/DEFAULT_MAP_OPTIONS.063a73db.js>;rel="modulepreload";as="script", </client/_currency_str.2b7e5c19.js>;rel="modulepreload";as="script", </client/ladda.ab477cad.js>;rel="modulepreload";as="script", </client/spin.33228af1.js>;rel="modulepreload";as="script", </client/clickoutside.9d6b3ed5.js>;rel="modulepreload";as="script", </client/BaseRestaurantCard.cbf895c1.js>;rel="modulepreload";as="script", </client/navigating_goto_b.1f32745d.js>;rel="modulepreload";as="script", </client/navigating_onclick_goto_b.06eb2d77.js>;rel="modulepreload";as="script", </client/clone.97af9a08.js>;rel="modulepreload";as="script", </client/_versioned.6eeb91e2.js>;rel="modulepreload";as="script", </client/Navbar.243bd653.js>;rel="modulepreload";as="script", </client/Navbar.799f4851.js>;rel="modulepreload";as="script", </client/_$isPlatform.2822efa9.js>;rel="modulepreload";as="script", </client/isPlatform_b.a0ae09b1.js>;rel="modulepreload";as="script", </client/ConfirmModal.7fb3ae05.js>;rel="modulepreload";as="script", </client/LocationAutocomplete.b08a9af6.js>;rel="modulepreload";as="script", </client/SiteFooter.8a2f8629.js>;rel="modulepreload";as="script", </client/objectDestructuringEmpty.1f05d844.js>;rel="modulepreload";as="script", </client/_first_serviceType.009d1769.js>;rel="modulepreload";as="script", </client/Restaurant.f7f9f4de.js>;rel="modulepreload";as="script", </client/Path.ddf267c8.js>;rel="modulepreload";as="script", </client/lib.e67f13fa.js>;rel="modulepreload";as="script", </client/SupportChatBox.423add14.js>;rel="modulepreload";as="script", </client/ValidationMessages.630509b9.js>;rel="modulepreload";as="script", </client/main.3025872351.css>;rel="preload";as="style", </client/index.d67215c1.css>;rel="preload";as="style", </client/client.1cdabced.css>;rel="preload";as="style", </client/Filters.6ca51099.css>;rel="preload";as="style", </client/Navbar.799f4851.css>;rel="preload";as="style", </client/SupportChatBox.423add14.css>;rel="preload";as="style", </client/ValidationMessages.630509b9.css>;rel="preload";as="style"
< x-amzn-trace-id: Root=1-5f3b56ab-422c743868881a7a802bb726
< x-cache: Miss from cloudfront
< via: 1.1 85666804a5918fa32b6ec46f5b41dd4f.cloudfront.net (CloudFront)
< x-amz-cf-pop: ORD53-C2
< x-amz-cf-id: 5KHkCj-t5S1dmBARQ4obVqC4TPIpVTyHczqBdTosoFG2uWbu9g2xng==
<
* Connection #0 to host tj4sfkoglg.execute-api.us-west-2.amazonaws.com left intact
curl -H 'host: dev.menu.com' -v https://dev.menu.com
* Trying 104.28.12.164:443...
* Connected to dev.menu.com (104.28.12.164) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=US; ST=CA; L=San Francisco; O=Cloudflare, Inc.; CN=sni.cloudflaressl.com
* start date: Aug 15 00:00:00 2020 GMT
* expire date: Aug 15 12:00:00 2021 GMT
* subjectAltName: host "dev.menu.com" matched cert's "*.menu.com"
* issuer: C=US; O=Cloudflare, Inc.; CN=Cloudflare Inc ECC CA-3
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x56454ab709f0)
> GET / HTTP/2
> Host: dev.menu.com
> user-agent: curl/7.71.1
> accept: */*
>
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
* Connection state changed (MAX_CONCURRENT_STREAMS == 256)!
< HTTP/2 404
< date: Tue, 18 Aug 2020 04:51:33 GMT
< content-type: text/html
< set-cookie: __cfduid=d9f201c57319c960708de3aa1de93c1f21597726292; expires=Thu, 17-Sep-20 04:51:32 GMT; path=/; domain=.menu.com; HttpOnly; SameSite=Lax; Secure
< x-amzn-requestid: 71b69352-f9fa-4d0f-99b1-f841aa43eab0
< x-amz-apigw-id: RcutTHjFvHcF1Dw=
< link: </client/client.1cdabced.js>;rel="modulepreload";as="script", </client/main.3025872351.css>;rel="preload";as="style"
< x-amzn-trace-id: Root=1-5f3b5e55-91f659d0f24e5710f77567c8
< vary: Accept-Encoding
< x-cache: Error from cloudfront
< via: 1.1 7d5a4639eb3f9650e3b7b916f1261d8a.cloudfront.net (CloudFront)
< x-amz-cf-pop: MSP50
< x-amz-cf-id: L-9yDZAlXm0eoJo6bURp8wUHqgbkzAIkelC1etjEXf48B6VpHH_rzg==
< cf-cache-status: DYNAMIC
< cf-request-id: 04a1819349000003fc7a887200000001
< expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
< server: cloudflare
< cf-ray: 5c49053209bc03fc-ORD
<
<!doctype html> <html lang=en> <head> <meta charset=utf-8> <meta content="width=device-width,initial-scale=1" name=viewport> <meta content=#333333 name=theme-color> <base href="/"> <link href="assets/global.css?v=placeholder" rel=stylesheet> <link href="assets/manifest.json?v=placeholder" rel=manifest crossorigin=use-credentials> <link href="assets/favicon.png?v=placeholder" rel=icon type=image/png> <link href="https://fonts.googleapis.com/css?family=Lato:400,700,900" rel=stylesheet> <!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]--> <script src=https://unpkg.com/vh-check/dist/vh-check.min.js></script> <script> (function () {
// initialize the test
var test = vhCheck();
}()); </script> <link rel="stylesheet" href="client/main.3025872351.css"> <title>404</title><script src="/client/socket.io.slim.js"></script><link rel="stylesheet" href="/client/ladda-themeless.min.css"> </head> <body> <div id=sapper>
<main class="cr-app">
<h1 class="svelte-8od9u6">404</h1>
<p class="svelte-8od9u6">Not found</p>
</main>
<style type="text/css">.cr-app .c-primary { color: #39CE7B!important; }
.cr-app .c-primary-h:hover { color: #39CE7B !important; }
.cr-app .b-primary { border-color: #39CE7B!important; }
.cr-app .b-primary-h:hover { border-color: #39CE7B !important; }
.cr-app .bg-primary { background-color: #39CE7B!important; }
.cr-app .bg-primary-h:hover { background-color: #39CE7B !important; }
.cr-app .btn-primary { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .btn-primary.btn-inverse { color: #39CE7B!important; background-color: white!important; }
.cr-app .btn-primary.btn-inverse.active:not(.btn-no-hover) { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .btn-primary.btn-inverse:active:not(.btn-no-hover) { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .btn-primary.btn-inverse:hover:not(.btn-no-hover) { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .c-calm { color: #39CE7B!important; }
.cr-app .c-calm-h:hover { color: #39CE7B !important; }
.cr-app .b-calm { border-color: #39CE7B!important; }
.cr-app .b-calm-h:hover { border-color: #39CE7B !important; }
.cr-app .bg-calm { background-color: #39CE7B!important; }
.cr-app .bg-calm-h:hover { background-color: #39CE7B !important; }
.cr-app .btn-calm { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .btn-calm.btn-inverse { color: #39CE7B!important; background-color: white!important; }
.cr-app .btn-calm.btn-inverse.active:not(.btn-no-hover) { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .btn-calm.btn-inverse:active:not(.btn-no-hover) { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .btn-calm.btn-inverse:hover:not(.btn-no-hover) { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .c-success { color: undefined!important; }
.cr-app .c-success-h:hover { color: undefined !important; }
.cr-app .b-success { border-color: undefined!important; }
.cr-app .b-success-h:hover { border-color: undefined !important; }
.cr-app .bg-success { background-color: undefined!important; }
.cr-app .bg-success-h:hover { background-color: undefined !important; }
.cr-app .btn-success { background-color: undefined!important; border-color: undefined!important; color: white!important; }
.cr-app .btn-success.btn-inverse { color: undefined!important; background-color: white!important; }
.cr-app .btn-success.btn-inverse.active:not(.btn-no-hover) { background-color: undefined!important; border-color: undefined!important; color: white!important; }
.cr-app .btn-success.btn-inverse:active:not(.btn-no-hover) { background-color: undefined!important; border-color: undefined!important; color: white!important; }
.cr-app .btn-success.btn-inverse:hover:not(.btn-no-hover) { background-color: undefined!important; border-color: undefined!important; color: white!important; }
.cr-app .c-danger { color: #39CE7B!important; }
.cr-app .c-danger-h:hover { color: #39CE7B !important; }
.cr-app .b-danger { border-color: #39CE7B!important; }
.cr-app .b-danger-h:hover { border-color: #39CE7B !important; }
.cr-app .bg-danger { background-color: #39CE7B!important; }
.cr-app .bg-danger-h:hover { background-color: #39CE7B !important; }
.cr-app .btn-danger { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .btn-danger.btn-inverse { color: #39CE7B!important; background-color: white!important; }
.cr-app .btn-danger.btn-inverse.active:not(.btn-no-hover) { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .btn-danger.btn-inverse:active:not(.btn-no-hover) { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .btn-danger.btn-inverse:hover:not(.btn-no-hover) { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .c-gray { color: #39CE7B!important; }
.cr-app .c-gray-h:hover { color: #39CE7B !important; }
.cr-app .b-gray { border-color: #39CE7B!important; }
.cr-app .b-gray-h:hover { border-color: #39CE7B !important; }
.cr-app .bg-gray { background-color: #39CE7B!important; }
.cr-app .bg-gray-h:hover { background-color: #39CE7B !important; }
.cr-app .btn-gray { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .btn-gray.btn-inverse { color: #39CE7B!important; background-color: white!important; }
.cr-app .btn-gray.btn-inverse.active:not(.btn-no-hover) { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .btn-gray.btn-inverse:active:not(.btn-no-hover) { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .btn-gray.btn-inverse:hover:not(.btn-no-hover) { background-color: #39CE7B!important; border-color: #39CE7B!important; color: white!important; }
.cr-app .c-text1 { color: undefined!important; }
.cr-app .c-text1-h:hover { color: undefined !important; }
.cr-app .b-text1 { border-color: undefined!important; }
.cr-app .b-text1-h:hover { border-color: undefined !important; }
.cr-app .bg-text1 { background-color: undefined!important; }
.cr-app .bg-text1-h:hover { background-color: undefined !important; }
.cr-app .btn-text1 { background-color: undefined!important; border-color: undefined!important; color: white!important; }
.cr-app .btn-text1.btn-inverse { color: undefined!important; background-color: white!important; }
.cr-app .btn-text1.btn-inverse.active:not(.btn-no-hover) { background-color: undefined!important; border-color: undefined!important; color: white!important; }
.cr-app .btn-text1.btn-inverse:active:not(.btn-no-hover) { background-color: undefined!important; border-color: undefined!important; color: white!important; }
.cr-app .btn-text1.btn-inverse:hover:not(.btn-no-hover) { background-color: undefined!important; border-color: undefined!important; color: white!important; }
.cr-app .c-text2 { color: undefined!important; }
.cr-app .c-text2-h:hover { color: undefined !important; }
.cr-app .b-text2 { border-color: undefined!important; }
.cr-app .b-text2-h:hover { border-color: undefined !important; }
.cr-app .bg-text2 { background-color: undefined!important; }
.cr-app .bg-text2-h:hover { background-color: undefined !important; }
.cr-app .btn-text2 { background-color: undefined!important; border-color: undefined!important; color: white!important; }
.cr-app .btn-text2.btn-inverse { color: undefined!important; background-color: white!important; }
.cr-app .btn-text2.btn-inverse.active:not(.btn-no-hover) { background-color: undefined!important; border-color: undefined!important; color: white!important; }
.cr-app .btn-text2.btn-inverse:active:not(.btn-no-hover) { background-color: undefined!important; border-color: undefined!important; color: white!important; }
.cr-app .btn-text2.btn-inverse:hover:not(.btn-no-hover) { background-color: undefined!important; border-color: undefined!important; color: white!important; }
.cr-app .c-text3 { color: undefined!important; }
.cr-app .c-text3-h:hover { color: undefined !important; }
.cr-app .b-text3 { border-color: undefined!important; }
.cr-app .b-text3-h:hover { border-color: undefined !important; }
.cr-app .bg-text3 { background-color: undefined!important; }
.cr-app .bg-text3-h:hover { background-color: undefined !important; }
.cr-app .btn-text3 { background-color: undefined!important; border-color: undefined!important; color: white!important; }
.cr-app .btn-text3.btn-inverse { color: undefined!important; background-color: white!important; }
.cr-app .btn-text3.btn-inverse.active:not(.btn-no-hover) { background-color: undefined!important; border-color: undefined!important; color: white!important; }
.cr-app .btn-text3.btn-inverse:active:not(.btn-no-hover) { background-color: undefined!important; border-color: undefined!important; color: white!important; }
.cr-app .btn-text3.btn-inverse:hover:not(.btn-no-hover) { background-color: undefined!important; border-color: undefined!important; color: white!important; }
input[type=range].custom-range-slider::-webkit-slider-thumb { background: undefined!important; border-color: undefined!important; }
input[type=range].custom-range-slider::-moz-range-track { background: undefined!important; border-color: undefined!important; }
input[type=range].custom-range-slider::-moz-range-thumb { background: undefined!important; border-color: undefined!important; }
input[type=range].custom-range-slider::-ms-fill-lower { background: undefined!important; border-color: undefined!important; }
input[type=range].custom-range-slider::-ms-fill-upper { background: undefined!important; border-color: undefined!important; }
input[type=range].custom-range-slider::-ms-thumb { background: undefined!important; border-color: undefined!important; }
.range-fill.range-fill-active { background: undefined!important; }
.cr-app .chips.style-2 .chip-item { background-color: undefined!important; color: white!important; }
.cr-app .chips.style-2 .chip-item.active { background-color: undefined!important; color: white!important; }
.cr-app .chip-label.chip-label-primary { background-color: undefined!important; }
.cr-app .chip-label.chip-label-gray { background-color: undefined!important; }
.cr-app .list-item { color: undefined!important; }
.cr-app .list-item:hover, .list-item.active { color: white!important; background-color: undefined!important; }
.cr-app a { color: undefined; }
.cr-app .nav.nav-pills li.active a { color: undefined!important; border-color: undefined!important; }
.cr-app .nav.nav-pills li:hover a { color: undefined!important; border-color: undefined!important; }
.cr-app .nav.nav-pills.nav-primary li.active a { color: undefined!important; border-color: undefined!important; }
.cr-app .nav.nav-pills.nav-primary li:hover a { color: undefined!important; border-color: undefined!important; }
.cr-app .form-control:focus { border-color: undefined!important; }
.cr-app { color: undefined!important; }
.m-gmaps-ui-view { color: undefined!important; }</style>
* Connection #0 to host dev.menu.com left intact
</div> <script>__SAPPER__={error:{message:"Not found"},status:404,baseUrl:"",preloaded:[(function(a){return {gps:{Code:"ERROR_OCCURRED",Message:"Error: No results received from DB..."},webConfig:{$host:"dev.menu.com",APP_VERSION:"2.0.0",DEBUG:a,ENV:"ENV_DEV",INTERNAL_DEBUG:a,APP_TYPE:["CONSUMER","BACKOFFICE"]},ssr_path:"\u002Fprod\u002F"}}(true)),{}],session:(function(a){return {gps:{Code:"ERROR_OCCURRED",Message:"Error: No results received from DB..."},webConfig:{$host:"dev.menu.com",APP_VERSION:"2.0.0",DEBUG:a,ENV:"ENV_DEV",INTERNAL_DEBUG:a,APP_TYPE:["CONSUMER","BACKOFFICE"]}}}(true))};if('serviceWorker' in navigator)navigator.serviceWorker.register('/service-worker.js');var s=document.createElement("script");try{new Function("if(0)import('')")();s.src="/client/client.1cdabced.js";s.type="module";s.crossOrigin="use-credentials";}catch(e){s.src="/client/shimport@1.0.1.js";s.setAttribute("data-main","/client/client.1cdabced.js")}document.head.appendChild(s)</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment