You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
am using redirect.post("/variable", "/:region/variable"); to redirect variable to new variable endpoint. but getting below error. Even the new url is there which is POST endpoint is working.
6894 [qtp1340842603-23] INFO spa.htt.mat.MatcherFilter - The requested route [/:region/variable] has not been mapped in Spark for Accept: [*/*]
Found that redirect internal assigned HTTP method to GET instead of POST due to which the new URL is not being found
21316 [qtp79709097-29] INFO Received request with region: path=http://localhost:4567/:region/variable, method=GET, region=:region attributes =null
Please help me which is the issue and why HTTP GET is used instead of POST when am trying to redirect POST endpoint.
The text was updated successfully, but these errors were encountered:
Hi Team,
am using redirect.post("/variable", "/:region/variable"); to redirect variable to new variable endpoint. but getting below error. Even the new url is there which is POST endpoint is working.
6894 [qtp1340842603-23] INFO spa.htt.mat.MatcherFilter - The requested route [/:region/variable] has not been mapped in Spark for Accept: [*/*]
Found that redirect internal assigned HTTP method to GET instead of POST due to which the new URL is not being found
21316 [qtp79709097-29] INFO Received request with region: path=http://localhost:4567/:region/variable, method=GET, region=:region attributes =null
Please help me which is the issue and why HTTP GET is used instead of POST when am trying to redirect POST endpoint.
The text was updated successfully, but these errors were encountered: