Skip to content

bugfix: Fix 403 error when sending a POST request from the console #6843

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

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

xingfudeshi
Copy link
Member

@xingfudeshi xingfudeshi commented Sep 11, 2024

  • I have registered the PR changes.

Ⅰ. Describe what this PR did

Ⅱ. Does this pull request fix one issue?

fixes #6842

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@xingfudeshi xingfudeshi added type: bug Category issues or prs related to bug. module/console labels Sep 11, 2024
@xingfudeshi xingfudeshi added this to the 2.2.0 milestone Sep 11, 2024
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.37%. Comparing base (c0d2ac5) to head (3e9dce4).
Report is 2 commits behind head on 2.x.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##                2.x    #6843   +/-   ##
=========================================
  Coverage     52.37%   52.37%           
  Complexity     6384     6384           
=========================================
  Files          1081     1081           
  Lines         37617    37617           
  Branches       4462     4464    +2     
=========================================
+ Hits          19701    19703    +2     
+ Misses        15962    15961    -1     
+ Partials       1954     1953    -1     

see 1 file with indirect coverage changes

@funky-eyes funky-eyes changed the title bugfix:Fix 403 error when sending a POST request from the console bugfix: Fix 403 error when sending a POST request from the console Sep 11, 2024
Copy link
Contributor

@funky-eyes funky-eyes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

LegGasai

This comment was marked as duplicate.

Copy link
Contributor

@LegGasai LegGasai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xingfudeshi xingfudeshi merged commit 42f3ae7 into apache:2.x Sep 11, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/console type: bug Category issues or prs related to bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Receiving a 403 error when sending a POST request from the console
3 participants