We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NVIM v0.11.0-dev-700+gbcae8be91f
MacOS 14.7
GET https://httpbin.io/digest-auth/auth/user/pass Authorization: Digest user:pass Accept:application/json
response:
### foo#2 GET https://httpbin.io/digest-auth/auth/user/pass HTTP/1.1 401 Unauthorized # @_RES { "status_code": 401, "error": "Unauthorized" } # @_END
As this is the official httpbin.io endpoint for digest authentication, it should answer with 200 OK
Use your own repro.lua and try with a .http file containing
This works for e.g. kulala
lazy.nvim
vim.env.LAZY_STDPATH = ".repro" load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))() require("lazy.minit").repro({ spec = { "rest-nvim/rest.nvim", { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", main = "nvim-treesitter.configs", opts = { ensure_installed = { "http" }, sync_install = false, highlight = { enable = true }, indent = { enable = true }, }, }, }, })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Neovim Version
NVIM v0.11.0-dev-700+gbcae8be91f
Operating system/version
MacOS 14.7
Actual behavior
response:
Expected behavior
As this is the official httpbin.io endpoint for digest authentication, it should answer with 200 OK
Steps to reproduce
Use your own repro.lua and try with a .http file containing
Other information
This works for e.g. kulala
Repro (
lazy.nvim
)The text was updated successfully, but these errors were encountered: