I have a problem with a case :How can I transfer values to another website?
Website A : The user has a unique ID (customer ID). With a Button i will transfer the customer id to another Website.
Website B: This website needs the values (custumer id) from the first website to display the data.
How to do this ? How can i transfer the value from webseit A to webseite B
information -> Website A : Jsf Website B : Spring Boot and Angular
Thanks lot .