Is there any way to see which of our 3rd Party int...
# suitescript
d
Is there any way to see which of our 3rd Party integrations are using HMAC-SHA1? (Any way to view the headers in APM or logs?)
m
for SOAP/REST logs, yes. For RESTlets I'm not 100% sure.
d
I can't find where though. I've looked at the integration's execution log can see the Requests/Reponses, but they contain no information regarding encryption.
m
If you download a SOAP request from the web services log, it shows the HMAC method
👍 1
d
Ahhh, I see. My other integrations show this. The integration I was looking at wasn't using TBA. Thanks!