@Santhosh
1/ yes my url is in the whitelist in the manifest.json file
2/ After checking, all my requests have the same problem (since you need an API key)
I tried several manipulations:
- I tried to put the api key in raw (Authorization: mykey)
- I tried to encrypt my key in base64 (mykey:X => base64 , and Authorization: mykeyencrypted)
- I tried to indicate the options directly in the request method, without going through a variable
- I tried to change the name of my variable in ipparams ( apiKey => api_key)
- I deleted the app/script folder to generate it again
- I deleted the content of .fdk to generate again
I have the impression that all requests that need headers are blocked
yes I confirm that my project no longer works since the update of the fdk and node to the latest version announced
Thanks for your help