Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not parse user in url (Basic Authentication) #73

Closed
fabricereix opened this issue Nov 9, 2020 · 1 comment
Closed

Can not parse user in url (Basic Authentication) #73

fabricereix opened this issue Nov 9, 2020 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@fabricereix
Copy link
Collaborator

Hurl should support a user defined within a url for basic authentication

$ echo GET http://bob:secret@localhost:8000/basic-authentication | hurl
error: Parsing literal
  --> -:1:22
   |
 1 | GET http://bob:secret@localhost:8000/basic-authentication
   |                      ^ expecting 'line_terminator'
   |

@fabricereix fabricereix added bug Something isn't working 0.99.14 labels Nov 9, 2020
@fabricereix
Copy link
Collaborator Author

fix in #76

@lepapareil lepapareil added this to the 0.99 milestone Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants