Apple Pay With a .NET Backend
I saw a question and submitted my solution here https://developer.apple.com/forums/thread/653672?answerId=681767022#681767022. I'll copy/paste here in case it's easier to find.
I'm Jonathan Carter, a software enthusiast and entrepreneur based in Detroit, MI. I'm the founder of PlacidBits, where we develop technological solutions that empower people and businesses to realize their vision. I also co-founded Niibble, where our mission is to make it easy for anyone in the world to share their love of food.
I saw a question and submitted my solution here https://developer.apple.com/forums/thread/653672?answerId=681767022#681767022. I'll copy/paste here in case it's easier to find.
In my day-to-day, I primarily maintain a web API. It's had limited consumers, but we're now centralizing a lot of functionality there. The problem we encountered was that only a limited number of developers on the team had experience with RESTful services, or even calling things in general over HTTP from .NET. This post is about the library I created for a team whose primary focus is a Windows Forms app to enable them to interact with our web API using a more familiar paradigm.
A coworker of mine had an interesting problem regarding cross-browser javascript dates.
I've recently had a situation come up at work where I need to protect our ASP.NET Web API 2 deployment with Windows Authentication. We run our web client through Chrome and IE and we needed the NTLM negotiation to be handled gracefully. There are a few things that we had to put in place to get this to go. Here they are in list form.