How Do I Get By The Basic Authentication Handshake When Using Fiddler To Test A WCF REST Service? -


how basic authentication handshake when using fiddler test wcf rest service?

you need base64 encode username:password , prefix basic. end looking like:

authorization: basic vefwsvnczgfycmvsog== 

you enter in request headers field.


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -