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

Redirection location method not GET #4397

Open
2 of 4 tasks
ElRige opened this issue Apr 1, 2025 · 0 comments
Open
2 of 4 tasks

Redirection location method not GET #4397

ElRige opened this issue Apr 1, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ElRige
Copy link

ElRige commented Apr 1, 2025

I have checked the following:

  • I have searched existing issues and found nothing related to my issue.

This bug is:

  • making Bruno unusable for me
  • slowing me down but I'm able to continue working
  • annoying

Bruno version

2.0.1

Operating System

macOS 15.3.2

Describe the bug

With a request like POST /resources
If the response is HTTP 303 with header location "/resources/1234"
Bruno try to call POST "/resources/1234" and failed because there is no such path
Bruno should call GET "/resources/1234"

.bru file to reproduce the bug

No response

Screenshots/Live demo link

failed with redirect :
Image

303 when no redirect :
Image

@ElRige ElRige added the bug Something isn't working label Apr 1, 2025
@sreelakshmi-bruno sreelakshmi-bruno self-assigned this Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants