I have an airtable script calling a 3rd party API for OAuth to their platform but as of about a month ago when calling their auth url ex: https://somecompany.com/api/oauth/token i'm getting a failure when I run giving me this errror:
Error: request to https://63.94.171.182/api/oauth/token failed, reason: write EPROTO 80AC1602D17F0000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:ssl/statem/extensions.c:893:
It looks like when called from the script it is converting the url to an IP? when I call this API from Postman everything works fine so it is something Airtable side causing it to convert to an IP that has me blocked.. Help!