Http basic auth
Is prompting for http basic auth possible? How would that work?
@nodesocket been contemplating on that, were you thinking in the GUI or in the code output (library methods, CLI arguments)
I'm thinking of the latter, extending the HAR format to allow for authentication specific properties, allowing library output code to use methods / handlers specific to setting authentication headers (rather than directly setting the Authorization header value as it does now)
For us, it would be awesome to prompt for username, password right in code output and that would simply just inject those values into each language (client-side).
Does that make sense?
makes sense ... will have to think about that more, keeping this ticket open for now.
has this been given any more consideration?