Replies: 2 comments
-
@Giotino Do you mind please helping me in this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would you like to discuss?
I want to send a post request on a specific URL, which needs sometimes to redirect first to authenticate 302 and then go back to the first URL again and post.
My problem is after i set methodRewriting to false, it authenticates and redirects back to the first link and try to post but it doesn't post anything as methodRewrite deletes content-length header and body. Even when i tried to add the body again in the hook redirect (one going back to first url), it doesn't post anything still.
Code
Checklist
Beta Was this translation helpful? Give feedback.
All reactions