Get cookie from another application in an angular application

108 Views Asked by At

Is it possible to get a cookie stored by other application when the user clicked an hyperlink with target to the angular application? java application ---> angular application both application are running in the same server(tomcat) and port(8080)

I tried to use ngx-cookie-service but with no success

0

There are 0 best solutions below