I am trying to programatically create projections via POSTing to Event Store. However when I post my projection using RestSharp the Event Store console log says:
It works if I use Postman to send my projection, so I guess maybe EventStore is expecting a header that isn’t included by RestSharp, or something like that.
Is there any way to get more detailed error information, to find out exactly what the exception was?
Host isn't actually cc.com, it's just I have to post to a non-existent
external url to capture the traffic with fiddler, as requests to
localhosts are not captured.