In my experience, the Munchkin documentation in various places (which are easily searched and found) is causing some people to be confused.It looks like Munchkin used to have a jQu...
The RFC for OAuth 2.0 is pretty clear:
https://tools.ietf.org/html/rfc6749#section-3.2
Since requests to the token endpoint result in the transmission of
clear-text credenti...
I've seen many customers have a security review that comes back flagging the use of GET on the API and putting client id and secret on the URL. Apparently people are somehow convin...
Sanford,Could I bring you in pro bono to back me up in meetings, especially with enterprise clients? You could back up things I say about security, and you could probably also help...
Sanford -I'll just say that whenever we work with clients, particularly larger ones, this kind of solution almost always results in a no-go. We can't provide that on our AWS for ou...
I created an idea for this here:https://nation.marketo.com/t5/Ideas/Webhooks-support-additional-methods-PUT-DELETE/idi-p/312235since we have the same need. Upvote it if you want th...
There are many integrations out there and many of them now expect that people can call REST endpoints with the proper method.As an example, we have an integration right now where w...
I'd personally love to see this, I just ran into this where we were hoping to do a pretty great integration with something, and it requires PUT for updates and we can't call it eve...