WCF (REST) Entity-Fix Encoder (Binding Element) - Malformed Entities in Fiddler Request

Опубликовано: 01 Июнь 2026
на канале: greatsoftw
678
0

WCF encoder (i.e. binding element) that fixes isolated ampersand and malformed entity references.

In this video you can see how both RESTful services work with well-formed requests. The service is published using three endpoints .

wsHttpBinding installed at base address

custom binding installed at entityfix .
It processes POX requests, and doesn't fail if it receives
malformed entity references (as you want ;o).

webHttpBinding installed at rest.
It accepts POX requests, and fails if it receives
malformed entity references (as expected).