Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Conversation

@crazybolillo
Copy link
Member

This prevents false positives like the following (which should not happen anyways but just in case...):

  1. Push payload to server
  2. Server redirects to somewhere else and answers with 302/303
  3. Client follows and requests the next page (using GET at this point)
  4. Server returns new page with HTTP 200
  5. felf-cli takes this as a successful push

Closes #5.

This prevents false positives like the following (which should not
happen anyways but just in case...):

1. Push payload to server
2. Server redirects to somewhere else and answers with 302/303
3. Client follows and requests the next page (using GET at this point)
4. Server returns new page with HTTP 200
5. felf-cli takes this as a successful push

Closes #5.
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 3, 2024

@crazybolillo crazybolillo merged commit dbc98b2 into main Jan 3, 2024
@crazybolillo crazybolillo deleted the i5-cb branch January 3, 2024 15:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't follow redirects

2 participants