Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (14 loc) · 1.01 KB

A full tutorial is here.

You can also check my twitter.

ClearUsernameBinding

Wcf does not natively allow to send username token over an unsecured transport (namely non-ssl). Trying to do so will results in one out of many errors, typically this one:

The provided URI scheme 'http' is invalid; expected 'https'. Parameter name: via

In some cases this is a legitimate use case. Consider the use of a load balancer, or an internal secured network.

ClearUsernameBinding allows to do this using a very simple configuration.

How to use ClearUsernameBinding?

A full tutorial is here.

License

MIT: http://rem.mit-license.org/

Bitdeli Badge