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

[Bug][Manager] Not redirecting post requests #9488

Closed
2 tasks done
fuweng11 opened this issue Dec 15, 2023 · 1 comment
Closed
2 tasks done

[Bug][Manager] Not redirecting post requests #9488

fuweng11 opened this issue Dec 15, 2023 · 1 comment
Assignees
Labels
type/bug Something is wrong
Milestone

Comments

@fuweng11
Copy link
Contributor

What happened

Not redirecting post requests.
When using a post request and the status code returned is 30x, no further redirection processing was performed on this returned information.

What you expected to happen

When a post request is used and the returned status code is 30x, further redirect the returned information

How to reproduce

After sending a post request, return 30x status.

Environment

No response

InLong version

master

InLong Component

InLong Manager

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@fuweng11 fuweng11 added the type/bug Something is wrong label Dec 15, 2023
@fuweng11 fuweng11 added this to the 1.11.0 milestone Dec 15, 2023
@fuweng11 fuweng11 self-assigned this Dec 15, 2023
@fuweng11
Copy link
Contributor Author

Redirection is not secure, do not use redirection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something is wrong
Projects
None yet
Development

No branches or pull requests

1 participant