Calling JSON webhook from Browser return 403.

Hi there.

I've setup a JSON webhook connector and I'm trying to push data into it from a browser, using Javascript and I keep getting a 403 response. I suspect it's a CORS issues.


Has anyone seen and solved something similar?

Answers

  • given how new and novel the connector is, i would recommend opening a ticket with support.


    are you able to work around it by sending data via postman or Zapier?

    Jae Wilson
    Check out my 🎥 Domo Training YouTube Channel 👨‍💻

    **Say "Thanks" by clicking the ❤️ in the post that helped you.
    **Please mark the post that solves your problem by clicking on "Accept as Solution"
  • Thanks JaeW for offering your thoughts.

    Have tested with Postman - works fine.

    Tried to Postman generated javascript as a sense check - still get the 403.

    After some digging, I think that because the user-agent is a browser, the end-point is expecting the client side authentication token.