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

Status of "application-error" when asked not to follow redirects? #473

Open
mikecardwell opened this issue Nov 5, 2024 · 0 comments
Open

Comments

@mikecardwell
Copy link

Using the multiple module to scan a https service with this config:

[http]
name          = "https"
trigger       = "https"
endpoint      = "/"
max-redirects = 0
use-https     = true

The output contains:

"data": {
    "https": {
      "status": "application-error",
      "protocol": "http",
      "result": {
        "response": {
          "status_line": "301 Moved Permanently",
          "status_code": 301,

Shouldn't the status be "success" instead of "application-error" ? It didn't follow the redirect as I didn't want it to, but this still seems like a success to me. I got the certs and banner information I wanted...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant