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

[feat] add an API to get the final url after following redirect responses #1698

Open
wants to merge 27 commits into
base: dev-next
Choose a base branch
from

Conversation

k3-cat
Copy link

@k3-cat k3-cat commented Apr 21, 2024

Description

This change adds a new Method getFinalURL() -> string to experimental/libbox.HTTPResponse, which allows the caller obtain the final URL after been redirected.

Motivation

This change should bring the following benefits:

  • performance improvement
  • enhance robustness
  • server can have more flexible update strategies
  • reduce reconfiguration work for user

Expected influences

None
According to Ref1, net/http.Client will follows a redirect response (if less than 10 times) by default. From my test, all existing sing-box apps follow this default behaviour, and this change will not break this behaviour. In addition, the connection can be protected by TLS, so this change should not introduce extra security issue.

nekohasekai and others added 27 commits April 12, 2024 09:04
The `process_path` rule of sing-box is inherited from Clash,
the original code uses the local system's path format (e.g. `\Device\HarddiskVolume1\folder\program.exe`),
but when the device has multiple disks, the HarddiskVolume serial number is not stable.

This change make QueryFullProcessImageNameW output a Win32 path (such as `C:\folder\program.exe`),
which will disrupt the existing `process_path` use cases in Windows.
For historical reasons, sing-box's `domain_suffix` rule matches literal prefixes instead of the same as other projects.

This change modifies the behavior of `domain_suffix`: If the rule value is prefixed with `.`,
the behavior is unchanged, otherwise it matches `(domain|.+\.domain)` instead.
Signed-off-by: 气息 <qdshizh@gmail.com>
@nekohasekai nekohasekai force-pushed the dev-next branch 5 times, most recently from 8ce44b7 to 79c0361 Compare May 15, 2024 07:42
@nekohasekai nekohasekai force-pushed the dev-next branch 5 times, most recently from 32e5f85 to 5ff7006 Compare May 25, 2024 03:30
@nekohasekai nekohasekai force-pushed the dev-next branch 20 times, most recently from c2945eb to 834770e Compare May 30, 2024 14:54
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

Successfully merging this pull request may close these issues.

None yet

4 participants