Prompting users to enter payment information over unsecured HTTP...smart.
Enveloupe: An API for snail mail
41–47 of 47 posts
Re: Enveloupe: An API for snail mail
#42Earlier quoted context omitted.
Yep, although the form posts to a secure URL: https://api.stripe.com/v1/tokens
Doesn't make it better tough, a MITM could change the action URL of the form.
Re: Enveloupe: An API for snail mail
#43Plenty of printing companies have APIs already (and much lower prices).
Re: Enveloupe: An API for snail mail
#44Re: Enveloupe: An API for snail mail
#45Earlier quoted context omitted.
MITM requires a man in the middle. For the most part, a state level adversary is required for a generalized MITM attack.
Come join my wifi network at the coffee shop :-D
Re: Enveloupe: An API for snail mail
#46Plenty of printing companies have APIs already (and much lower prices).
Can you list a few?
Re: Enveloupe: An API for snail mail
#47Earlier quoted context omitted.
not if it's pinned at the web app level.
Again, MITM. If you mean the front-end web (JS) app, MITM the request from the server to the client browser and replace the hardcoded submission url in the JS.