Skip to content Skip to sidebar Skip to footer
Showing posts with the label Servicestack

Browser Refresh - Lost Servicestack Authentication Session Data

I have an angular.js single page app that authenticates against a RESTful API (Servicestack). This… Read more Browser Refresh - Lost Servicestack Authentication Session Data

How Do I Send A Complex Json Object From An Html Form Using Synchronous Page Post?

My server is using ServiceStack and would like to receive some data like this: { Customer: { … Read more How Do I Send A Complex Json Object From An Html Form Using Synchronous Page Post?