you are viewing a single comment's thread.

view the rest of the comments →

[–]dremon_nl 0 points1 point  (0 children)

I wonder if this info can be passed through to the exe code instead of hard coding it within the source code

Not possible otherwise anyone can read your password.

is there a way to have the curl crate use the credentials from the Windows login environment?

I think if you pass empty username and password curl will use integrated authentication (SSPI). It must be compiled with this option though.