You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
It would be great if the observatory API would support resource/RESTful routes. This isn't because we want to test API endpoints so much as because proxies commonly do route-based forwarding. Hence host="example.com" might resolve to a different "real" web server than host="example.com/app". Currently, as far as I am aware, there is no way to test this second example, and yet they are two different web servers with completely different HTTP configuration.
Apologies if I have missed some functionality, or some other feature request - I searched high and low for both before raising here.
The text was updated successfully, but these errors were encountered:
You can use the scanner in local mode to scan arbitrary URLs of any depth;
the CLI mode doesn’t require any server components, and I believe is
documented in the README.
On Sun, Jun 6, 2021 at 23:57 Paul Bryant ***@***.***> wrote:
It would be great if the observatory API would support resource/RESTful
routes. This isn't because we want to test API endpoints so much as because
proxies commonly do route-based forwarding. Hence host="example.com"
might resolve to a different "real" web server than host="example.com/app".
Currently, as far as I am aware, there is no way to test this second
example, and yet they are two different web servers with completely
different HTTP configuration.
Apologies if I have missed some functionality, or some other feature
request - I searched high and low for both before raising here.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#447>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAWUDGAJKRJU56M3OHGVU3TRRUTXANCNFSM46G7NBFA>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be great if the observatory API would support resource/RESTful routes. This isn't because we want to test API endpoints so much as because proxies commonly do route-based forwarding. Hence host="example.com" might resolve to a different "real" web server than host="example.com/app". Currently, as far as I am aware, there is no way to test this second example, and yet they are two different web servers with completely different HTTP configuration.
Apologies if I have missed some functionality, or some other feature request - I searched high and low for both before raising here.
The text was updated successfully, but these errors were encountered: