i've got a Suitelet that listens to some webhooks....
# suitescript
n
i've got a Suitelet that listens to some webhooks. Some of the webhooks do not have a
User-Agent
header so the Suitelet ignores it. Anyway around this? ( i'm currently proxying the webhook to add that header). Any known enhancement open i can vote on?
arg: https://netsuite.custhelp.com/app/answers/detail/a_id/68637/kw/user-agent/related/1 seems silly since many of these webhooks have ways to verify them. what makes user-agent so special a requirement
t
I've wondered the same thing. It seems like a bug. And until they change this, I think you have no choice but to proxy requests that you can't control the headers for.