Snippets created by Joan Arnaldich

  • Send HTTP Post Request (Handling error info)

    Based on Tomas Petricek's: http://fssnip.net/a7 . Shows how to handle non OK (200) response codes, where .Net raises an exception upon GetResponse(), which makes it difficult to recover further error information. Here the snippet shows how to handle errors wrapping a Result type.

    2 people like this

    Posted: 3 years ago by Joan Arnaldich