ServiceStack (Self-hosted) - running a curl from Windows console -


i trying run curl command windows console. (eg curl.exe http://localhost:8087/servicestackrequest)

however, information returned provides me "error 401.2 unauthorized".
... " [ logon method: not yet determined. logon user: not yet determined".

in iis, have enabled - apppool: given access specific user has got access - service (site): enabled pass-through authentication said user.

however, authentication details not being passed when running command. ideas?

ok got working.

in iis, (i) disabled windows authentication (ii) enabled anonymous authentication


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -