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

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -