iisnode encountered an error when processing the request.
HRESULT: 0x6d HTTP status: 500 HTTP subStatus: 1013 HTTP reason: Internal Server Error
You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.
In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.
The last 64k of the output generated by the node.exe process to stderr is shown below:
(node:1808) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Error: connect ETIMEDOUT 104.21.65.220:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16) {
errno: -4039,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '104.21.65.220',
port: 443,
config: {
url: 'https://cms.mayflower.com.my/umbraco/shared/get',
method: 'get',
headers: {
Accept: 'application/json, text/plain, */*',
'cache-control': 'no-cache',
connection: 'keep-alive',
pragma: 'no-cache',
'accept-encoding': 'gzip, deflate',
'accept-language': 'zh-CN,zh;q=0.9',
'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36',
'sec-fetch-dest': 'document',
'sec-fetch-mode': 'navigate',
'upgrade-insecure-requests': '1',
'sec-fetch-user': '?1',
'x-forwarded-for': '9.249.80.8',
'sec-fetch-site': 'none',
priority: 'u=0, i',
'sec-ch-ua': '"Chromium";v="140", "Not=A?Brand";v="24", "Google Chrome";v="140"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
'cdn-loop': 'cloudflare; loops=1',
'cf-ipcountry': 'US',
'cf-visitor': '{"scheme":"https"}',
'x-original-url': '/',
Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjYyYjcxMTAxLTI5MTYtY2M0OS0xYWRmLWMwMWJiMjEwYWVjMSIsIklwLUFkZHJlc3MiOiI5LjI0OS44MC44LDEzLjIyOS4yNy4yNDMiLCJleHAiOjE3ODAzOTAzMjUsImlzcyI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIiwiYXVkIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8ifQ.Qy8mV9aDq6THAcHbky4DrIAXtg44pkBCzruFrm4QIjI'
},
params: {
query: 'metaTitle,metaDescription,metaKeywords,metaRobots,key',
deep: 3,
key: '3a24033f-1ea2-4570-bc35-b5d3a6d39de0'
},
baseURL: 'http://localhost:\\\\.\\pipe\\69e54adf-74c4-45bc-9703-3ec306eb4dea/',
transformRequest: [ [Function: transformRequest] ],
transformResponse: [ [Function: transformResponse] ],
timeout: 0,
adapter: [Function: httpAdapter],
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
validateStatus: [Function: validateStatus],
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
data: undefined
},
request: <ref *1> Writable {
_writableState: WritableState {
objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false,
ending: false,
ended: false,
finished: false,
destroyed: false,
decodeStrings: true,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: true,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
afterWriteTickInfo: null,
buffered: [],
bufferedIndex: 0,
allBuffers: true,
allNoop: true,
pendingcb: 0,
constructed: true,
prefinished: false,
errorEmitted: false,
emitClose: true,
autoDestroy: true,
errored: null,
closed: false,
closeEmitted: false,
[Symbol(kOnFinished)]: []
},
_events: [Object: null prototype] {
response: [Function: handleResponse],
error: [Function: handleRequestError]
},
_eventsCount: 2,
_maxListeners: undefined,
_options: {
maxRedirects: 21,
maxBodyLength: 10485760,
protocol: 'https:',
path: '/umbraco/shared/get?query=metaTitle,metaDescription,metaKeywords,metaRobots,key&deep=3&key=3a24033f-1ea2-4570-bc35-b5d3a6d39de0',
method: 'GET',
headers: [Object],
agent: undefined,
agents: [Object],
auth: undefined,
hostname: 'cms.mayflower.com.my',
port: null,
nativeProtocols: [Object],
pathname: '/umbraco/shared/get',
search: '?query=metaTitle,metaDescription,metaKeywords,metaRobots,key&deep=3&key=3a24033f-1ea2-4570-bc35-b5d3a6d39de0'
},
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_onNativeResponse: [Function (anonymous)],
_currentRequest: ClientRequest {
_events: [Object: null prototype],
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: false,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: true,
maxRequestsOnConnectionReached: false,
_defaultKeepAlive: true,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: false,
socket: [TLSSocket],
_header: 'GET /umbraco/shared/get?query=metaTitle,metaDescription,metaKeywords,metaRobots,key&deep=3&key=3a24033f-1ea2-4570-bc35-b5d3a6d39de0 HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'cache-control: no-cache\r\n' +
'connection: keep-alive\r\n' +
'pragma: no-cache\r\n' +
'accept-encoding: gzip, deflate\r\n' +
'accept-language: zh-CN,zh;q=0.9\r\n' +
'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36\r\n' +
'sec-fetch-dest: document\r\n' +
'sec-fetch-mode: navigate\r\n' +
'upgrade-insecure-requests: 1\r\n' +
'sec-fetch-user: ?1\r\n' +
'x-forwarded-for: 9.249.80.8\r\n' +
'sec-fetch-site: none\r\n' +
'priority: u=0, i\r\n' +
'sec-ch-ua: "Chromium";v="140", "Not=A?Brand";v="24", "Google Chrome";v="140"\r\n' +
'sec-ch-ua-mobile: ?0\r\n' +
'sec-ch-ua-platform: "macOS"\r\n' +
'cdn-loop: cloudflare; loops=1\r\n' +
'cf-ipcountry: US\r\n' +
'cf-visitor: {"scheme":"https"}\r\n' +
'x-original-url: /\r\n' +
'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjYyYjcxMTAxLTI5MTYtY2M0OS0xYWRmLWMwMWJiMjEwYWVjMSIsIklwLUFkZHJlc3MiOiI5LjI0OS44MC44LDEzLjIyOS4yNy4yNDMiLCJleHAiOjE3ODAzOTAzMjUsImlzcyI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIiwiYXVkIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8ifQ.Qy8mV9aDq6THAcHbky4DrIAXtg44pkBCzruFrm4QIjI\r\n' +
'Host: cms.mayflower.com.my\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
path: '/umbraco/shared/get?query=metaTitle,metaDescription,metaKeywords,metaRobots,key&deep=3&key=3a24033f-1ea2-4570-bc35-b5d3a6d39de0',
_ended: false,
res: null,
aborted: false,
timeoutCb: null,
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: 'cms.mayflower.com.my',
protocol: 'https:',
_redirectable: [Circular *1],
[Symbol(kCapture)]: false,
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype]
},
_currentUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?query=metaTitle,metaDescription,metaKeywords,metaRobots,key&deep=3&key=3a24033f-1ea2-4570-bc35-b5d3a6d39de0',
[Symbol(kCapture)]: false
},
response: undefined,
isAxiosError: true,
toJSON: [Function: toJSON]
}
Cannot stringify a function
Error: connect ETIMEDOUT 104.21.65.220:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16) {
errno: -4039,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '104.21.65.220',
port: 443,
config: {
url: 'https://cms.mayflower.com.my/umbraco/shared/get',
method: 'get',
headers: {
Accept: 'application/json, text/plain, */*',
connection: 'keep-alive',
'accept-encoding': 'gzip, deflate',
'accept-language': 'en-MY,en;q=0.9,zh-SG;q=0.8,zh;q=0.7,ja-JP;q=0.6,ja;q=0.5,en-US;q=0.4',
cookie: '_gcl_au=1.1.1681785788.1780388195; _ga=GA1.1.1408448149.1780388196; _ga_4L5CQ2212T=GS2.1.s1780388195$o1$g0$t1780388195$j60$l0$h0; _clck=9q8i1z%5E2%5Eg6k%5E0%5E2344; _fbc=fb.2.1780388196700.IwY2xjawSLcK9leHRuA2FlbQEwAGFkaWQBqzKfrc5_W3Vzcm0AAAAAAAAAF3NydGMGYXBwX2lkDzI0NTc5MDgxODk1NTg2OAABHvIqbdPgpEI0ebaiIV0PUkbhlNpiEn5FdLpHiVKL2tVCjasoFVi_439FRgb1_aem_5iRoeRYxuXKOaqwhhuDN0Q; _fbp=fb.2.1780388196732.589417196608286354; _clsk=qhenob%5E1780388197135%5E1%5E1%5Et.clarity.ms%2Fcollect',
referer: 'https://l.facebook.com/',
'user-agent': 'Mozilla/5.0 (Linux; Android 14; V2126 Build/UP1A.231005.007_NONFC; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/148.0.7778.178 Mobile Safari/537.36',
'x-forwarded-for': '2001:e68:545b:4546:6599:c6bc:22e6:5f9b',
priority: 'u=0, i',
'sec-ch-ua': '"Chromium";v="148", "Android WebView";v="148", "Not/A)Brand";v="99"',
'sec-ch-ua-mobile': '?1',
'sec-ch-ua-platform': '"Android"',
'upgrade-insecure-requests': '1',
'x-requested-with': 'com.king.candycrushsaga',
'sec-fetch-site': 'cross-site',
'sec-fetch-mode': 'navigate',
'sec-fetch-dest': 'document',
'cdn-loop': 'cloudflare; loops=1',
'cf-ipcountry': 'MY',
'cf-visitor': '{"scheme":"https"}',
'x-original-url': '/hotel-deals-japan?utm_source=fbads&utm_medium=carousel&utm_campaign=japanhoteldeal&utm_content=allhotel&utm_id=120245474810890363&utm_term=120245474810900363&fbclid=IwY2xjawSLcX5leHRuA2FlbQEwAGFkaWQBqzKfrc5_W3Vzcm0AAAAAAAAAF3NydGMGYXBwX2lkDzI0NTc5MDgxODk1NTg2OAABHrWfHAq6TrtnY8KxEwliDwFDIufisAXrFzYp5JQJRVJUdUiStbzuqR8NkWC2_aem_5iRoeRYxuXKOaqwhhuDN0Q',
Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImViMTdlODUzLWZhMmQtYzBjNC02ODkxLTcyOGM1YWI2NzViNyIsIklwLUFkZHJlc3MiOiIyMDAxOmU2ODo1NDViOjQ1NDY6NjU5OTpjNmJjOjIyZTY6NWY5YiwxMy4yMjkuMjcuMjQzIiwiZXhwIjoxNzgwMzk1NTk5LCJpc3MiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyIsImF1ZCI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIn0.3eb_HYms7y5RkGAvvlwokaU1kZPEIbWMcsiG3dwl2SM'
},
params: {
query: 'image,mobileImage,link',
deep: 5,
key: 'ca53695a-8904-4d40-8e2e-d50cea9e0855',
subKey: 5170
},
baseURL: 'http://localhost:\\\\.\\pipe\\69e54adf-74c4-45bc-9703-3ec306eb4dea/',
transformRequest: [ [Function: transformRequest] ],
transformResponse: [ [Function: transformResponse] ],
timeout: 0,
adapter: [Function: httpAdapter],
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
validateStatus: [Function: validateStatus],
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
data: undefined
},
request: <ref *1> Writable {
_writableState: WritableState {
objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false,
ending: false,
ended: false,
finished: false,
destroyed: false,
decodeStrings: true,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: true,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
afterWriteTickInfo: null,
buffered: [],
bufferedIndex: 0,
allBuffers: true,
allNoop: true,
pendingcb: 0,
constructed: true,
prefinished: false,
errorEmitted: false,
emitClose: true,
autoDestroy: true,
errored: null,
closed: false,
closeEmitted: false,
[Symbol(kOnFinished)]: []
},
_events: [Object: null prototype] {
response: [Function: handleResponse],
error: [Function: handleRequestError]
},
_eventsCount: 2,
_maxListeners: undefined,
_options: {
maxRedirects: 21,
maxBodyLength: 10485760,
protocol: 'https:',
path: '/umbraco/shared/get?query=image,mobileImage,link&deep=5&key=ca53695a-8904-4d40-8e2e-d50cea9e0855&subKey=5170',
method: 'GET',
headers: [Object],
agent: undefined,
agents: [Object],
auth: undefined,
hostname: 'cms.mayflower.com.my',
port: null,
nativeProtocols: [Object],
pathname: '/umbraco/shared/get',
search: '?query=image,mobileImage,link&deep=5&key=ca53695a-8904-4d40-8e2e-d50cea9e0855&subKey=5170'
},
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_onNativeResponse: [Function (anonymous)],
_currentRequest: ClientRequest {
_events: [Object: null prototype],
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: false,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: true,
maxRequestsOnConnectionReached: false,
_defaultKeepAlive: true,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: false,
socket: [TLSSocket],
_header: 'GET /umbraco/shared/get?query=image,mobileImage,link&deep=5&key=ca53695a-8904-4d40-8e2e-d50cea9e0855&subKey=5170 HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'connection: keep-alive\r\n' +
'accept-encoding: gzip, deflate\r\n' +
'accept-language: en-MY,en;q=0.9,zh-SG;q=0.8,zh;q=0.7,ja-JP;q=0.6,ja;q=0.5,en-US;q=0.4\r\n' +
'cookie: _gcl_au=1.1.1681785788.1780388195; _ga=GA1.1.1408448149.1780388196; _ga_4L5CQ2212T=GS2.1.s1780388195$o1$g0$t1780388195$j60$l0$h0; _clck=9q8i1z%5E2%5Eg6k%5E0%5E2344; _fbc=fb.2.1780388196700.IwY2xjawSLcK9leHRuA2FlbQEwAGFkaWQBqzKfrc5_W3Vzcm0AAAAAAAAAF3NydGMGYXBwX2lkDzI0NTc5MDgxODk1NTg2OAABHvIqbdPgpEI0ebaiIV0PUkbhlNpiEn5FdLpHiVKL2tVCjasoFVi_439FRgb1_aem_5iRoeRYxuXKOaqwhhuDN0Q; _fbp=fb.2.1780388196732.589417196608286354; _clsk=qhenob%5E1780388197135%5E1%5E1%5Et.clarity.ms%2Fcollect\r\n' +
'referer: https://l.facebook.com/\r\n' +
'user-agent: Mozilla/5.0 (Linux; Android 14; V2126 Build/UP1A.231005.007_NONFC; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/148.0.7778.178 Mobile Safari/537.36\r\n' +
'x-forwarded-for: 2001:e68:545b:4546:6599:c6bc:22e6:5f9b\r\n' +
'priority: u=0, i\r\n' +
'sec-ch-ua: "Chromium";v="148", "Android WebView";v="148", "Not/A)Brand";v="99"\r\n' +
'sec-ch-ua-mobile: ?1\r\n' +
'sec-ch-ua-platform: "Android"\r\n' +
'upgrade-insecure-requests: 1\r\n' +
'x-requested-with: com.king.candycrushsaga\r\n' +
'sec-fetch-site: cross-site\r\n' +
'sec-fetch-mode: navigate\r\n' +
'sec-fetch-dest: document\r\n' +
'cdn-loop: cloudflare; loops=1\r\n' +
'cf-ipcountry: MY\r\n' +
'cf-visitor: {"scheme":"https"}\r\n' +
'x-original-url: /hotel-deals-japan?utm_source=fbads&utm_medium=carousel&utm_campaign=japanhoteldeal&utm_content=allhotel&utm_id=120245474810890363&utm_term=120245474810900363&fbclid=IwY2xjawSLcX5leHRuA2FlbQEwAGFkaWQBqzKfrc5_W3Vzcm0AAAAAAAAAF3NydGMGYXBwX2lkDzI0NTc5MDgxODk1NTg2OAABHrWfHAq6TrtnY8KxEwliDwFDIufisAXrFzYp5JQJRVJUdUiStbzuqR8NkWC2_aem_5iRoeRYxuXKOaqwhhuDN0Q\r\n' +
'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImViMTdlODUzLWZhMmQtYzBjNC02ODkxLTcyOGM1YWI2NzViNyIsIklwLUFkZHJlc3MiOiIyMDAxOmU2ODo1NDViOjQ1NDY6NjU5OTpjNmJjOjIyZTY6NWY5YiwxMy4yMjkuMjcuMjQzIiwiZXhwIjoxNzgwMzk1NTk5LCJpc3MiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyIsImF1ZCI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIn0.3eb_HYms7y5RkGAvvlwokaU1kZPEIbWMcsiG3dwl2SM\r\n' +
'Host: cms.mayflower.com.my\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
path: '/umbraco/shared/get?query=image,mobileImage,link&deep=5&key=ca53695a-8904-4d40-8e2e-d50cea9e0855&subKey=5170',
_ended: false,
res: null,
aborted: false,
timeoutCb: null,
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: 'cms.mayflower.com.my',
protocol: 'https:',
_redirectable: [Circular *1],
[Symbol(kCapture)]: false,
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype]
},
_currentUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?query=image,mobileImage,link&deep=5&key=ca53695a-8904-4d40-8e2e-d50cea9e0855&subKey=5170',
[Symbol(kCapture)]: false
},
response: undefined,
isAxiosError: true,
toJSON: [Function: toJSON]
}
[x1B][41m[x1B][30m ERROR [x1B][39m[x1B][49m Cannot read properties of null (reading 'pageImage')
[x1B][90mat [x1B][39mVueComponent.head ([x1B][36m38.js:896:29[x1B][39m)
[x1B][90mat [x1B][39mVueComponent.computedGetter [as $metaInfo] ([x1B][36mnode_modules\vue\dist\vue.runtime.common.dev.js:5499:19[x1B][39m)
[x1B][90mat [x1B][39mgetComponentOption ([x1B][36mnode_modules\vue-meta\dist\vue-meta.common.js:1016:29[x1B][39m)
[x1B][90mat [x1B][39mnode_modules\vue-meta\dist\vue-meta.common.js:1043:16
[x1B][90mat [x1B][39mArray.forEach ([x1B][36m<anonymous>[x1B][39m)
[x1B][90mat [x1B][39mgetComponentOption ([x1B][36mnode_modules\vue-meta\dist\vue-meta.common.js:1036:15[x1B][39m)
[x1B][90mat [x1B][39mnode_modules\vue-meta\dist\vue-meta.common.js:1043:16
[x1B][90mat [x1B][39mArray.forEach ([x1B][36m<anonymous>[x1B][39m)
[x1B][90mat [x1B][39mgetComponentOption ([x1B][36mnode_modules\vue-meta\dist\vue-meta.common.js:1036:15[x1B][39m)
[x1B][90mat [x1B][39mnode_modules\vue-meta\dist\vue-meta.common.js:1043:16
Error: connect ETIMEDOUT 104.21.65.220:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16) {
errno: -4039,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '104.21.65.220',
port: 443,
config: {
url: 'https://cms.mayflower.com.my/umbraco/shared/get',
method: 'get',
headers: {
Accept: 'application/json, text/plain, */*',
connection: 'keep-alive',
'accept-encoding': 'gzip, deflate',
'accept-language': 'ms-MY,ms;q=0.9,en-US;q=0.8,en;q=0.7',
cookie: '_gcl_au=1.1.1310781296.1775042435; _ga=GA1.1.1655236315.1775042439; _fbp=fb.2.1775042445438.67378467843266828; _gcl_gs=2.1.k5$i1778652114$u198330419; _gcl_aw=GCL.1779342069.CjwKCAjwn4vQBhBsEiwAq3hhN6AU-YIPgZc87hoWK0XMBiH2sAhx_X0qCXdMzjA3po_eX1GPGL8dohoCUhEQAvD_BwE; _ga_4L5CQ2212T=GS2.1.s1779342068$o15$g0$t1779342068$j60$l0$h0; _clck=1tiumze%5E2%5Eg68%5E0%5E2282; g_state={"i_l":0,"i_ll":1779342071215,"i_b":"rMnwXRTzo60PhZ2UE20gQq3V+l3fCkbwRBELnOzKcv0","i_e":{"enable_itp_optimization":18},"i_et":1776501889115}',
'user-agent': 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36',
'x-forwarded-for': '2402:1980:88a9:5ac8:c39:7aff:feab:c824',
'sec-ch-ua-platform': '"Android"',
priority: 'u=0, i',
'upgrade-insecure-requests': '1',
'sec-fetch-site': 'cross-site',
'sec-fetch-mode': 'navigate',
'sec-fetch-dest': 'document',
'sec-ch-ua': '"Chromium";v="148", "Google Chrome";v="148", "Not/A)Brand";v="99"',
'sec-ch-ua-mobile': '?1',
'cdn-loop': 'cloudflare; loops=1',
'cf-ipcountry': 'MY',
'cf-visitor': '{"scheme":"https"}',
'x-original-url': '/flight-deals?gad_source=5&gad_campaignid=22581982245&gclid=Cj0KCQjw_vnQBhCxARIsADcZyxJMnKtT9Ekwtth8HEUyYlcSfd280TTlUEArfhTg2FmTFt8jS8ZXIaMaApU8EALw_wcB',
Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6Ijk1OGQ0NzEwLTFhNjQtYjc1Yy0xZGQ1LTNkN2U5ZGZhNDczNSIsIklwLUFkZHJlc3MiOiIyNDAyOjE5ODA6ODhhOTo1YWM4OmMzOTo3YWZmOmZlYWI6YzgyNCwxMy4yMjkuMjcuMjQzIiwiZXhwIjoxNzgwMzk2MTk4LCJpc3MiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyIsImF1ZCI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIn0.YSh3c3R_ZnMMmDC8llEKGT2YPtquviLmupl0dph_XQQ'
},
params: {
query: 'name,menuParentName,menuName,menuLink,target',
deep: 8,
key: 'd7226312-b6d3-400a-86f7-7791fa1d69ed',
subKey: 5051
},
baseURL: 'http://localhost:\\\\.\\pipe\\69e54adf-74c4-45bc-9703-3ec306eb4dea/',
transformRequest: [ [Function: transformRequest] ],
transformResponse: [ [Function: transformResponse] ],
timeout: 0,
adapter: [Function: httpAdapter],
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
validateStatus: [Function: validateStatus],
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
data: undefined
},
request: <ref *1> Writable {
_writableState: WritableState {
objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false,
ending: false,
ended: false,
finished: false,
destroyed: false,
decodeStrings: true,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: true,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
afterWriteTickInfo: null,
buffered: [],
bufferedIndex: 0,
allBuffers: true,
allNoop: true,
pendingcb: 0,
constructed: true,
prefinished: false,
errorEmitted: false,
emitClose: true,
autoDestroy: true,
errored: null,
closed: false,
closeEmitted: false,
[Symbol(kOnFinished)]: []
},
_events: [Object: null prototype] {
response: [Function: handleResponse],
error: [Function: handleRequestError]
},
_eventsCount: 2,
_maxListeners: undefined,
_options: {
maxRedirects: 21,
maxBodyLength: 10485760,
protocol: 'https:',
path: '/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
method: 'GET',
headers: [Object],
agent: undefined,
agents: [Object],
auth: undefined,
hostname: 'cms.mayflower.com.my',
port: null,
nativeProtocols: [Object],
pathname: '/umbraco/shared/get',
search: '?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051'
},
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_onNativeResponse: [Function (anonymous)],
_currentRequest: ClientRequest {
_events: [Object: null prototype],
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: false,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: true,
maxRequestsOnConnectionReached: false,
_defaultKeepAlive: true,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: false,
socket: [TLSSocket],
_header: 'GET /umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051 HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'connection: keep-alive\r\n' +
'accept-encoding: gzip, deflate\r\n' +
'accept-language: ms-MY,ms;q=0.9,en-US;q=0.8,en;q=0.7\r\n' +
'cookie: _gcl_au=1.1.1310781296.1775042435; _ga=GA1.1.1655236315.1775042439; _fbp=fb.2.1775042445438.67378467843266828; _gcl_gs=2.1.k5$i1778652114$u198330419; _gcl_aw=GCL.1779342069.CjwKCAjwn4vQBhBsEiwAq3hhN6AU-YIPgZc87hoWK0XMBiH2sAhx_X0qCXdMzjA3po_eX1GPGL8dohoCUhEQAvD_BwE; _ga_4L5CQ2212T=GS2.1.s1779342068$o15$g0$t1779342068$j60$l0$h0; _clck=1tiumze%5E2%5Eg68%5E0%5E2282; g_state={"i_l":0,"i_ll":1779342071215,"i_b":"rMnwXRTzo60PhZ2UE20gQq3V+l3fCkbwRBELnOzKcv0","i_e":{"enable_itp_optimization":18},"i_et":1776501889115}\r\n' +
'user-agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36\r\n' +
'x-forwarded-for: 2402:1980:88a9:5ac8:c39:7aff:feab:c824\r\n' +
'sec-ch-ua-platform: "Android"\r\n' +
'priority: u=0, i\r\n' +
'upgrade-insecure-requests: 1\r\n' +
'sec-fetch-site: cross-site\r\n' +
'sec-fetch-mode: navigate\r\n' +
'sec-fetch-dest: document\r\n' +
'sec-ch-ua: "Chromium";v="148", "Google Chrome";v="148", "Not/A)Brand";v="99"\r\n' +
'sec-ch-ua-mobile: ?1\r\n' +
'cdn-loop: cloudflare; loops=1\r\n' +
'cf-ipcountry: MY\r\n' +
'cf-visitor: {"scheme":"https"}\r\n' +
'x-original-url: /flight-deals?gad_source=5&gad_campaignid=22581982245&gclid=Cj0KCQjw_vnQBhCxARIsADcZyxJMnKtT9Ekwtth8HEUyYlcSfd280TTlUEArfhTg2FmTFt8jS8ZXIaMaApU8EALw_wcB\r\n' +
'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6Ijk1OGQ0NzEwLTFhNjQtYjc1Yy0xZGQ1LTNkN2U5ZGZhNDczNSIsIklwLUFkZHJlc3MiOiIyNDAyOjE5ODA6ODhhOTo1YWM4OmMzOTo3YWZmOmZlYWI6YzgyNCwxMy4yMjkuMjcuMjQzIiwiZXhwIjoxNzgwMzk2MTk4LCJpc3MiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyIsImF1ZCI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIn0.YSh3c3R_ZnMMmDC8llEKGT2YPtquviLmupl0dph_XQQ\r\n' +
'Host: cms.mayflower.com.my\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
path: '/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
_ended: false,
res: null,
aborted: false,
timeoutCb: null,
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: 'cms.mayflower.com.my',
protocol: 'https:',
_redirectable: [Circular *1],
[Symbol(kCapture)]: false,
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype]
},
_currentUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
[Symbol(kCapture)]: false
},
response: undefined,
isAxiosError: true,
toJSON: [Function: toJSON]
}
Error: connect ETIMEDOUT 172.67.193.107:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16) {
errno: -4039,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '172.67.193.107',
port: 443,
config: {
url: 'https://cms.mayflower.com.my/umbraco/shared/get',
method: 'get',
headers: {
Accept: 'application/json, text/plain, */*',
connection: 'keep-alive',
'accept-encoding': 'gzip, deflate',
'user-agent': 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)',
'cdn-loop': 'cloudflare; loops=1',
'cf-ipcountry': 'US',
'cf-visitor': '{"scheme":"https"}',
'x-forwarded-for': '2a03:2880:15ff:2::',
'x-original-url': '/flight-deals',
Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjdlMGU4MGIwLWFhZTEtZmY1MC00MTUwLTA4MTc0ZGRkNjQxNSIsIklwLUFkZHJlc3MiOiIyYTAzOjI4ODA6MTVmZjoyOjosMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc4MDM5Njc4OSwiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.7BDJZZWDoJcR-dxQDyvCT3PjnUHDUcuV1Ll9DWsXRQI'
},
params: {
query: 'metaTitle,metaDescription,metaKeywords,metaRobots,key',
deep: 3,
key: 'd9bedad4-afae-4c40-9048-7767e1976b33'
},
baseURL: 'http://localhost:\\\\.\\pipe\\69e54adf-74c4-45bc-9703-3ec306eb4dea/',
transformRequest: [ [Function: transformRequest] ],
transformResponse: [ [Function: transformResponse] ],
timeout: 0,
adapter: [Function: httpAdapter],
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
validateStatus: [Function: validateStatus],
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
data: undefined
},
request: <ref *1> Writable {
_writableState: WritableState {
objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false,
ending: false,
ended: false,
finished: false,
destroyed: false,
decodeStrings: true,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: true,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
afterWriteTickInfo: null,
buffered: [],
bufferedIndex: 0,
allBuffers: true,
allNoop: true,
pendingcb: 0,
constructed: true,
prefinished: false,
errorEmitted: false,
emitClose: true,
autoDestroy: true,
errored: null,
closed: false,
closeEmitted: false,
[Symbol(kOnFinished)]: []
},
_events: [Object: null prototype] {
response: [Function: handleResponse],
error: [Function: handleRequestError]
},
_eventsCount: 2,
_maxListeners: undefined,
_options: {
maxRedirects: 21,
maxBodyLength: 10485760,
protocol: 'https:',
path: '/umbraco/shared/get?query=metaTitle,metaDescription,metaKeywords,metaRobots,key&deep=3&key=d9bedad4-afae-4c40-9048-7767e1976b33',
method: 'GET',
headers: [Object],
agent: undefined,
agents: [Object],
auth: undefined,
hostname: 'cms.mayflower.com.my',
port: null,
nativeProtocols: [Object],
pathname: '/umbraco/shared/get',
search: '?query=metaTitle,metaDescription,metaKeywords,metaRobots,key&deep=3&key=d9bedad4-afae-4c40-9048-7767e1976b33'
},
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_onNativeResponse: [Function (anonymous)],
_currentRequest: ClientRequest {
_events: [Object: null prototype],
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: false,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: true,
maxRequestsOnConnectionReached: false,
_defaultKeepAlive: true,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: false,
socket: [TLSSocket],
_header: 'GET /umbraco/shared/get?query=metaTitle,metaDescription,metaKeywords,metaRobots,key&deep=3&key=d9bedad4-afae-4c40-9048-7767e1976b33 HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'connection: keep-alive\r\n' +
'accept-encoding: gzip, deflate\r\n' +
'user-agent: facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\r\n' +
'cdn-loop: cloudflare; loops=1\r\n' +
'cf-ipcountry: US\r\n' +
'cf-visitor: {"scheme":"https"}\r\n' +
'x-forwarded-for: 2a03:2880:15ff:2::\r\n' +
'x-original-url: /flight-deals\r\n' +
'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjdlMGU4MGIwLWFhZTEtZmY1MC00MTUwLTA4MTc0ZGRkNjQxNSIsIklwLUFkZHJlc3MiOiIyYTAzOjI4ODA6MTVmZjoyOjosMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc4MDM5Njc4OSwiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.7BDJZZWDoJcR-dxQDyvCT3PjnUHDUcuV1Ll9DWsXRQI\r\n' +
'Host: cms.mayflower.com.my\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
path: '/umbraco/shared/get?query=metaTitle,metaDescription,metaKeywords,metaRobots,key&deep=3&key=d9bedad4-afae-4c40-9048-7767e1976b33',
_ended: false,
res: null,
aborted: false,
timeoutCb: null,
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: 'cms.mayflower.com.my',
protocol: 'https:',
_redirectable: [Circular *1],
[Symbol(kCapture)]: false,
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype]
},
_currentUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?query=metaTitle,metaDescription,metaKeywords,metaRobots,key&deep=3&key=d9bedad4-afae-4c40-9048-7767e1976b33',
[Symbol(kCapture)]: false
},
response: undefined,
isAxiosError: true,
toJSON: [Function: toJSON]
}
Error: connect ETIMEDOUT 172.67.193.107:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16) {
errno: -4039,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '172.67.193.107',
port: 443,
config: {
url: 'https://cms.mayflower.com.my/umbraco/shared/get',
method: 'get',
headers: {
Accept: 'application/json, text/plain, */*',
'cache-control': 'max-age=0',
connection: 'keep-alive',
'accept-encoding': 'gzip, deflate',
'accept-language': 'en-GB,en;q=0.9',
referer: 'https://www.mayflower.com.my/flight-plus-hotel-deals?media_type=image&utm_source=fbads&utm_medium=carousel&utm_campaign=26maypaydaysale&utm_content=flytel&utm_id=120246921411760363&utm_term=120246921411770363&fbclid=PAZXh0bgNhZW0BMABhZGlkAasz80UdVxtzcnRjBmFwcF9pZBAxNTQ2MzA2NTA5MjExNDYxAAGn34OZ1R1OAXKpv5Ah3czPx3rj2cf1dO2zlW177YVKnl7fvn6LmYb4s5ERuQA_aem_51GSLT5FQZcYLWDQ3XSk9Q',
'user-agent': 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23D8133 Barcelona 431.0.0.25.69 (iPhone14,5; iOS 26_3_1; en_GB; en-GB; scale=3.00; 1170x2532; IABMV/1; 979167741) NW/1',
'x-forwarded-for': '115.164.33.175',
'sec-fetch-mode': 'navigate',
'sec-fetch-dest': 'document',
'sec-fetch-site': 'same-origin',
priority: 'u=0, i',
'cdn-loop': 'cloudflare; loops=1',
'cf-ipcountry': 'MY',
'cf-visitor': '{"scheme":"https"}',
'x-original-url': '/flight-plus-hotel-deals?media_type=image&utm_source=fbads&utm_medium=carousel&utm_campaign=26maypaydaysale&utm_content=flytel&utm_id=120246921411760363&utm_term=120246921411770363&fbclid=PAZXh0bgNhZW0BMABhZGlkAasz80UdVxtzcnRjBmFwcF9pZBAxNTQ2MzA2NTA5MjExNDYxAAGn34OZ1R1OAXKpv5Ah3czPx3rj2cf1dO2zlW177YVKnl7fvn6LmYb4s5ERuQA_aem_51GSLT5FQZcYLWDQ3XSk9Q',
Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImRlM2Q4ZGZjLWVkZTItODA0OC00Yzc0LTI1N2YzMzZmYzUyYyIsIklwLUFkZHJlc3MiOiIxMTUuMTY0LjMzLjE3NSwxMy4yMjkuMjcuMjQzIiwiZXhwIjoxNzgwMzk3NDg3LCJpc3MiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyIsImF1ZCI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIn0.Nhm40eWFmKDROrfo1gcmp0WQhZVSGzivtjc1xkNhzho'
},
params: {
query: 'name,menuParentName,menuName,menuLink,target',
deep: 8,
key: 'd7226312-b6d3-400a-86f7-7791fa1d69ed',
subKey: 5051
},
baseURL: 'http://localhost:\\\\.\\pipe\\69e54adf-74c4-45bc-9703-3ec306eb4dea/',
transformRequest: [ [Function: transformRequest] ],
transformResponse: [ [Function: transformResponse] ],
timeout: 0,
adapter: [Function: httpAdapter],
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
validateStatus: [Function: validateStatus],
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
data: undefined
},
request: <ref *1> Writable {
_writableState: WritableState {
objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false,
ending: false,
ended: false,
finished: false,
destroyed: false,
decodeStrings: true,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: true,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
afterWriteTickInfo: null,
buffered: [],
bufferedIndex: 0,
allBuffers: true,
allNoop: true,
pendingcb: 0,
constructed: true,
prefinished: false,
errorEmitted: false,
emitClose: true,
autoDestroy: true,
errored: null,
closed: false,
closeEmitted: false,
[Symbol(kOnFinished)]: []
},
_events: [Object: null prototype] {
response: [Function: handleResponse],
error: [Function: handleRequestError]
},
_eventsCount: 2,
_maxListeners: undefined,
_options: {
maxRedirects: 21,
maxBodyLength: 10485760,
protocol: 'https:',
path: '/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
method: 'GET',
headers: [Object],
agent: undefined,
agents: [Object],
auth: undefined,
hostname: 'cms.mayflower.com.my',
port: null,
nativeProtocols: [Object],
pathname: '/umbraco/shared/get',
search: '?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051'
},
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_onNativeResponse: [Function (anonymous)],
_currentRequest: ClientRequest {
_events: [Object: null prototype],
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: false,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: true,
maxRequestsOnConnectionReached: false,
_defaultKeepAlive: true,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: false,
socket: [TLSSocket],
_header: 'GET /umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051 HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'cache-control: max-age=0\r\n' +
'connection: keep-alive\r\n' +
'accept-encoding: gzip, deflate\r\n' +
'accept-language: en-GB,en;q=0.9\r\n' +
'referer: https://www.mayflower.com.my/flight-plus-hotel-deals?media_type=image&utm_source=fbads&utm_medium=carousel&utm_campaign=26maypaydaysale&utm_content=flytel&utm_id=120246921411760363&utm_term=120246921411770363&fbclid=PAZXh0bgNhZW0BMABhZGlkAasz80UdVxtzcnRjBmFwcF9pZBAxNTQ2MzA2NTA5MjExNDYxAAGn34OZ1R1OAXKpv5Ah3czPx3rj2cf1dO2zlW177YVKnl7fvn6LmYb4s5ERuQA_aem_51GSLT5FQZcYLWDQ3XSk9Q\r\n' +
'user-agent: Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23D8133 Barcelona 431.0.0.25.69 (iPhone14,5; iOS 26_3_1; en_GB; en-GB; scale=3.00; 1170x2532; IABMV/1; 979167741) NW/1\r\n' +
'x-forwarded-for: 115.164.33.175\r\n' +
'sec-fetch-mode: navigate\r\n' +
'sec-fetch-dest: document\r\n' +
'sec-fetch-site: same-origin\r\n' +
'priority: u=0, i\r\n' +
'cdn-loop: cloudflare; loops=1\r\n' +
'cf-ipcountry: MY\r\n' +
'cf-visitor: {"scheme":"https"}\r\n' +
'x-original-url: /flight-plus-hotel-deals?media_type=image&utm_source=fbads&utm_medium=carousel&utm_campaign=26maypaydaysale&utm_content=flytel&utm_id=120246921411760363&utm_term=120246921411770363&fbclid=PAZXh0bgNhZW0BMABhZGlkAasz80UdVxtzcnRjBmFwcF9pZBAxNTQ2MzA2NTA5MjExNDYxAAGn34OZ1R1OAXKpv5Ah3czPx3rj2cf1dO2zlW177YVKnl7fvn6LmYb4s5ERuQA_aem_51GSLT5FQZcYLWDQ3XSk9Q\r\n' +
'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImRlM2Q4ZGZjLWVkZTItODA0OC00Yzc0LTI1N2YzMzZmYzUyYyIsIklwLUFkZHJlc3MiOiIxMTUuMTY0LjMzLjE3NSwxMy4yMjkuMjcuMjQzIiwiZXhwIjoxNzgwMzk3NDg3LCJpc3MiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyIsImF1ZCI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIn0.Nhm40eWFmKDROrfo1gcmp0WQhZVSGzivtjc1xkNhzho\r\n' +
'Host: cms.mayflower.com.my\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
path: '/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
_ended: false,
res: null,
aborted: false,
timeoutCb: null,
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: 'cms.mayflower.com.my',
protocol: 'https:',
_redirectable: [Circular *1],
[Symbol(kCapture)]: false,
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype]
},
_currentUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
[Symbol(kCapture)]: false
},
response: undefined,
isAxiosError: true,
toJSON: [Function: toJSON]
}
Error: connect ETIMEDOUT 172.67.193.107:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16) {
errno: -4039,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '172.67.193.107',
port: 443,
config: {
url: 'https://cms.mayflower.com.my/umbraco/shared/get',
method: 'get',
headers: {
Accept: 'application/json, text/plain, */*',
connection: 'keep-alive',
'accept-encoding': 'gzip, deflate',
'accept-language': 'en-US,en;q=0.9',
referer: 'https://www.google.com/',
'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36',
'x-forwarded-for': '2001:4860:7:508::fe',
priority: 'u=4, i',
'upgrade-insecure-requests': '1',
'sec-purpose': 'prefetch;anonymous-client-ip',
'sec-ch-ua': '"Chromium";v="146", "Not-A.Brand";v="24", "Google Chrome";v="146"',
'sec-ch-ua-platform': '"macOS"',
'sec-ch-ua-mobile': '?0',
'sec-fetch-site': 'none',
'sec-fetch-mode': 'navigate',
'sec-fetch-dest': 'document',
'cdn-loop': 'cloudflare; loops=1',
'cf-ipcountry': 'MY',
'cf-visitor': '{"scheme":"https"}',
'x-original-url': '/',
Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImNkZWI3NGI0LTZiM2YtNzU1Zi1jM2Q4LWJlYzlhYzUyMTkyNCIsIklwLUFkZHJlc3MiOiIyMDAxOjQ4NjA6Nzo1MDg6OmZlLDEzLjIyOS4yNy4yNDMiLCJleHAiOjE3ODAzOTg4NjgsImlzcyI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIiwiYXVkIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8ifQ.nxHCPIXnXwSOoW21HV_UkIdd92bYpIWkAb9Q1XaY-rQ'
},
params: {
query: 'name,menuParentName,menuName,menuLink,target',
deep: 8,
key: 'd7226312-b6d3-400a-86f7-7791fa1d69ed',
subKey: 5051
},
baseURL: 'http://localhost:\\\\.\\pipe\\69e54adf-74c4-45bc-9703-3ec306eb4dea/',
transformRequest: [ [Function: transformRequest] ],
transformResponse: [ [Function: transformResponse] ],
timeout: 0,
adapter: [Function: httpAdapter],
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
validateStatus: [Function: validateStatus],
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
data: undefined
},
request: <ref *1> Writable {
_writableState: WritableState {
objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false,
ending: false,
ended: false,
finished: false,
destroyed: false,
decodeStrings: true,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: true,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
afterWriteTickInfo: null,
buffered: [],
bufferedIndex: 0,
allBuffers: true,
allNoop: true,
pendingcb: 0,
constructed: true,
prefinished: false,
errorEmitted: false,
emitClose: true,
autoDestroy: true,
errored: null,
closed: false,
closeEmitted: false,
[Symbol(kOnFinished)]: []
},
_events: [Object: null prototype] {
response: [Function: handleResponse],
error: [Function: handleRequestError]
},
_eventsCount: 2,
_maxListeners: undefined,
_options: {
maxRedirects: 21,
maxBodyLength: 10485760,
protocol: 'https:',
path: '/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
method: 'GET',
headers: [Object],
agent: undefined,
agents: [Object],
auth: undefined,
hostname: 'cms.mayflower.com.my',
port: null,
nativeProtocols: [Object],
pathname: '/umbraco/shared/get',
search: '?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051'
},
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_onNativeResponse: [Function (anonymous)],
_currentRequest: ClientRequest {
_events: [Object: null prototype],
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: false,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: true,
maxRequestsOnConnectionReached: false,
_defaultKeepAlive: true,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: false,
socket: [TLSSocket],
_header: 'GET /umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051 HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'connection: keep-alive\r\n' +
'accept-encoding: gzip, deflate\r\n' +
'accept-language: en-US,en;q=0.9\r\n' +
'referer: https://www.google.com/\r\n' +
'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36\r\n' +
'x-forwarded-for: 2001:4860:7:508::fe\r\n' +
'priority: u=4, i\r\n' +
'upgrade-insecure-requests: 1\r\n' +
'sec-purpose: prefetch;anonymous-client-ip\r\n' +
'sec-ch-ua: "Chromium";v="146", "Not-A.Brand";v="24", "Google Chrome";v="146"\r\n' +
'sec-ch-ua-platform: "macOS"\r\n' +
'sec-ch-ua-mobile: ?0\r\n' +
'sec-fetch-site: none\r\n' +
'sec-fetch-mode: navigate\r\n' +
'sec-fetch-dest: document\r\n' +
'cdn-loop: cloudflare; loops=1\r\n' +
'cf-ipcountry: MY\r\n' +
'cf-visitor: {"scheme":"https"}\r\n' +
'x-original-url: /\r\n' +
'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImNkZWI3NGI0LTZiM2YtNzU1Zi1jM2Q4LWJlYzlhYzUyMTkyNCIsIklwLUFkZHJlc3MiOiIyMDAxOjQ4NjA6Nzo1MDg6OmZlLDEzLjIyOS4yNy4yNDMiLCJleHAiOjE3ODAzOTg4NjgsImlzcyI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIiwiYXVkIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8ifQ.nxHCPIXnXwSOoW21HV_UkIdd92bYpIWkAb9Q1XaY-rQ\r\n' +
'Host: cms.mayflower.com.my\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
path: '/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
_ended: false,
res: null,
aborted: false,
timeoutCb: null,
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: 'cms.mayflower.com.my',
protocol: 'https:',
_redirectable: [Circular *1],
[Symbol(kCapture)]: false,
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype]
},
_currentUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
[Symbol(kCapture)]: false
},
response: undefined,
isAxiosError: true,
toJSON: [Function: toJSON]
}
Error: connect ETIMEDOUT 172.67.193.107:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16) {
errno: -4039,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '172.67.193.107',
port: 443,
config: {
url: 'https://cms.mayflower.com.my/umbraco/shared/get',
method: 'get',
headers: {
Accept: 'application/json, text/plain, */*',
'cache-control': 'max-age=0',
connection: 'keep-alive',
'accept-encoding': 'gzip, deflate',
'accept-language': 'ms-MY,ms;q=0.9,en-US;q=0.8,en;q=0.7',
cookie: '_gcl_au=1.1.232818014.1772647235; _gcl_aw=GCL.1772647240.Cj0KCQiAwYrNBhDcARIsAGo3u32L3xrjocq50R7ok8WNyygV-FOu7ab3qrPlaHgMyf0QksxTT2KFNWYaAr-gEALw_wcB; _ga_4L5CQ2212T=GS2.1.s1772647240$o1$g0$t1772647240$j60$l0$h0; _ga=GA1.1.1354154576.1772647241; _clck=104enws%5E2%5Eg42%5E0%5E2254; _fbp=fb.2.1772647254476.982436573932093591',
'user-agent': 'Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-A022F Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 SamsungBrowser/7.4 Chrome/148.0.7778.178 Mobile Safari/537.36',
'x-forwarded-for': '2405:3800:95e:adde::1',
'sec-fetch-dest': 'document',
priority: 'u=0, i',
'sec-ch-ua': '"Chromium";v="148", "Android WebView";v="148", "Not/A)Brand";v="99"',
'sec-ch-ua-mobile': '?1',
'sec-ch-ua-platform': '"Android"',
'upgrade-insecure-requests': '1',
'x-requested-with': 'com.sec.android.app.sbrowser.lite',
'sec-fetch-site': 'none',
'sec-fetch-mode': 'navigate',
'sec-fetch-user': '?1',
'cdn-loop': 'cloudflare; loops=1',
'cf-ipcountry': 'MY',
'cf-visitor': '{"scheme":"https"}',
'x-original-url': '/flight-deals?gad_source=5&gad_campaignid=22581982245&gclid=Cj0KCQiAwYrNBhDcARIsAGo3u32L3xrjocq50R7ok8WNyygV-FOu7ab3qrPlaHgMyf0QksxTT2KFNWYaAr-gEALw_wcB',
Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjMzZTIzZWNlLWQ5N2EtYjhkZC00YjRiLWE4M2Q3NTljZGE3OSIsIklwLUFkZHJlc3MiOiIyNDA1OjM4MDA6OTVlOmFkZGU6OjEsMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc4MDM5OTc0MywiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.IVC3FDyhPrmMWf6OimPUfejV3V16f-Sa3oECL2V2eBA'
},
params: {
query: 'title,subtitle,link,target',
deep: 8,
key: 'd7226312-b6d3-400a-86f7-7791fa1d69ed',
subKey: 5128
},
baseURL: 'http://localhost:\\\\.\\pipe\\69e54adf-74c4-45bc-9703-3ec306eb4dea/',
transformRequest: [ [Function: transformRequest] ],
transformResponse: [ [Function: transformResponse] ],
timeout: 0,
adapter: [Function: httpAdapter],
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
validateStatus: [Function: validateStatus],
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
data: undefined
},
request: <ref *1> Writable {
_writableState: WritableState {
objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false,
ending: false,
ended: false,
finished: false,
destroyed: false,
decodeStrings: true,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: true,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
afterWriteTickInfo: null,
buffered: [],
bufferedIndex: 0,
allBuffers: true,
allNoop: true,
pendingcb: 0,
constructed: true,
prefinished: false,
errorEmitted: false,
emitClose: true,
autoDestroy: true,
errored: null,
closed: false,
closeEmitted: false,
[Symbol(kOnFinished)]: []
},
_events: [Object: null prototype] {
response: [Function: handleResponse],
error: [Function: handleRequestError]
},
_eventsCount: 2,
_maxListeners: undefined,
_options: {
maxRedirects: 21,
maxBodyLength: 10485760,
protocol: 'https:',
path: '/umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128',
method: 'GET',
headers: [Object],
agent: undefined,
agents: [Object],
auth: undefined,
hostname: 'cms.mayflower.com.my',
port: null,
nativeProtocols: [Object],
pathname: '/umbraco/shared/get',
search: '?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128'
},
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_onNativeResponse: [Function (anonymous)],
_currentRequest: ClientRequest {
_events: [Object: null prototype],
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: false,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: true,
maxRequestsOnConnectionReached: false,
_defaultKeepAlive: true,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: false,
socket: [TLSSocket],
_header: 'GET /umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128 HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'cache-control: max-age=0\r\n' +
'connection: keep-alive\r\n' +
'accept-encoding: gzip, deflate\r\n' +
'accept-language: ms-MY,ms;q=0.9,en-US;q=0.8,en;q=0.7\r\n' +
'cookie: _gcl_au=1.1.232818014.1772647235; _gcl_aw=GCL.1772647240.Cj0KCQiAwYrNBhDcARIsAGo3u32L3xrjocq50R7ok8WNyygV-FOu7ab3qrPlaHgMyf0QksxTT2KFNWYaAr-gEALw_wcB; _ga_4L5CQ2212T=GS2.1.s1772647240$o1$g0$t1772647240$j60$l0$h0; _ga=GA1.1.1354154576.1772647241; _clck=104enws%5E2%5Eg42%5E0%5E2254; _fbp=fb.2.1772647254476.982436573932093591\r\n' +
'user-agent: Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-A022F Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 SamsungBrowser/7.4 Chrome/148.0.7778.178 Mobile Safari/537.36\r\n' +
'x-forwarded-for: 2405:3800:95e:adde::1\r\n' +
'sec-fetch-dest: document\r\n' +
'priority: u=0, i\r\n' +
'sec-ch-ua: "Chromium";v="148", "Android WebView";v="148", "Not/A)Brand";v="99"\r\n' +
'sec-ch-ua-mobile: ?1\r\n' +
'sec-ch-ua-platform: "Android"\r\n' +
'upgrade-insecure-requests: 1\r\n' +
'x-requested-with: com.sec.android.app.sbrowser.lite\r\n' +
'sec-fetch-site: none\r\n' +
'sec-fetch-mode: navigate\r\n' +
'sec-fetch-user: ?1\r\n' +
'cdn-loop: cloudflare; loops=1\r\n' +
'cf-ipcountry: MY\r\n' +
'cf-visitor: {"scheme":"https"}\r\n' +
'x-original-url: /flight-deals?gad_source=5&gad_campaignid=22581982245&gclid=Cj0KCQiAwYrNBhDcARIsAGo3u32L3xrjocq50R7ok8WNyygV-FOu7ab3qrPlaHgMyf0QksxTT2KFNWYaAr-gEALw_wcB\r\n' +
'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjMzZTIzZWNlLWQ5N2EtYjhkZC00YjRiLWE4M2Q3NTljZGE3OSIsIklwLUFkZHJlc3MiOiIyNDA1OjM4MDA6OTVlOmFkZGU6OjEsMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc4MDM5OTc0MywiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.IVC3FDyhPrmMWf6OimPUfejV3V16f-Sa3oECL2V2eBA\r\n' +
'Host: cms.mayflower.com.my\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
path: '/umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128',
_ended: false,
res: null,
aborted: false,
timeoutCb: null,
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: 'cms.mayflower.com.my',
protocol: 'https:',
_redirectable: [Circular *1],
[Symbol(kCapture)]: false,
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype]
},
_currentUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128',
[Symbol(kCapture)]: false
},
response: undefined,
isAxiosError: true,
toJSON: [Function: toJSON]
}