20-Jun-2023 02:23
so I have a problem where when the client hits F5 using the Post method but from the microservice it gives the response back it's the Get method
is there any solution to this problem
20-Jun-2023 02:53
Hi @Margvin ,
Could you please give more details
20-Jun-2023 04:13
Thank you for your help, I think it was indeed the microservice that did the redirect because after I saw the dump, yes, the microservice itself gave a 302 response and from F5 it has continued the POST method as sent by the client