Hi,
Seeing these in the wrangler tail logs
( the IPs and URLS) -
{“outcome”:“canceled”,“scriptName”:null,“exceptions”:,“logs”:[{“message”:[“To Forward [it]”],“level”:“log”,“timestamp”:1607586403988},{“message”:[“To Forward [appid]”],“level”:“log”,“timestamp”:1607586403988},{“message”:[“To Forward [ak_sc]”],“level”:“log”,“timestamp”:1607586403988},{“message”:[“To Forward [bm]”],“level”:“log”,“timestamp”:1607586403988},{“message”:[“To Forward [sv]”],“level”:“log”,“timestamp”:1607586403988}],“eventTimestamp”:1607586403803,“event”:{“request”:{“url”:“https://.workers.dev/nifty”,“method”:“GET”,“headers”:{“accept”:“text/html, application/xhtml+xml, image/jxr, /”,“accept-encoding”:“gzip”,“cf-connecting-ip”:“”,“cf-ipcountry”:“IN”,“cf-ray”:“5ff55a8fbd4e3c06”,“cf-request-id”:“06ed36edd500003c06909ea000000001”,“cf-visitor”:“{"scheme":"https"}”,“connection”:“Keep-Alive”,“host”:“.workers.dev”,“origin”:“https://www.”,“referer”:“https://www.”,“user-agent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36”,“x-forwarded-proto”:“https”,“x-real-ip”:“”},“cf”:{“tlsExportedAuthenticator”:{“clientFinished”:“32cf4b45cbcc82942db446675cb57fa94ff7b900649e2a33d53f80c2e3a2eea00dccf4bb94837a03bcab81a5ae910972”,“clientHandshake”:“225433a7c4dfd3a4b707d0a69dc4d657d3b01fd787345a60a496b8bcc584abc1fe33ccf10698c9f22b8889978663d79c”,“serverHandshake”:“b10729ac3badb1a504b9be2e0dda8e1239083a3034c48a37e89cd03eb693acd3a2a4440e742bac40b556fcc63af1e1f6”,“serverFinished”:“39ec6f9f920a83fa3d2500c869cd0936447abfe4cd0ba6539a3c62793c045f5becc9dbe9aaa8551684a003ddd6339fe2”},“tlsVersion”:“TLSv1.3”,“httpProtocol”:“HTTP/1.1”,“tlsCipher”:“AEAD-AES256-GCM-SHA384”,“edgeRequestKeepAliveStatus”:1,“requestPriority”:“”,“country”:“IN”,“clientAcceptEncoding”:“gzip, deflate”,“clientTcpRtt”:1,“colo”:“BLR”,“tlsClientAuth”:{“certIssuerDNLegacy”:“”,“certIssuerDN”:“”,“certIssuerDNRFC2253”:“”,“certSubjectDNLegacy”:“”,“certNotAfter”:“”,“certVerified”:“NONE”,“certFingerprintSHA1”:“”,“certSubjectDN”:“”,“certFingerprintSHA256”:“”,“certNotBefore”:“”,“certSerial”:“”,“certPresented”:“0”,“certSubjectDNRFC2253”:“”},“asn”:24309}}}}
Unable to understand what is the meaning of outcome: canceled and who/why it got canceled. Though I still see some logs from my code - “To Forward [appid]” and similar.
Thanks for the explanation.