We are using calls to Shopify using an older version at this point while we upgrade our code. It been running well for several years.
Today we started getting this error
For security reasons, requests using HTTP Basic Authentication cannot include cookies using POST/Product
We are using the perl module Rest::Client
From the response
'_headers' => {
'Authorization' => 'Basic xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
},
Is there something I can use with the Rest::Client to disable cookies? FWIW all calls are made using https
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…