Hi,
I have 2 projects. One in JMIX and One in Spring.
I want to redirect user from the JMIX project to spring project on click of a button.
I don’t want to open new tab or browser. It should be in the same tab.
I have redirected using webBrowserTools. But there are 2 problems with it.
First, it opens in a new tab.
Second, it sends the data using GET method. I want to send the data using POST method.
is it possible ?
Thanks in advance.