Redeploy due to deployment issues
Fixed deserialisation issue with asp web api when json content is formatted in batch request
Fixed issue in IE11 that was stripping leading '/' on urls which in turned caused the routing in web api to fail.
Fixed deploy issue
Fixed deploy issue
Added ability to have fine grained control over the request that get batched by adding an optional canBatchRequest function on the configuration object.
Fix to header parsing that would truncate a return header if there was a space it's value i.e. Header: Some Value
Build update
- Fixed issue with custom headers not being serialised correctly
Initial release!