❔ How to pass cookies from .NET application to Next.js app?
I am trying to troubleshoot this problem in weeks and ended up here... Please help: https://stackoverflow.com/questions/77040516/how-to-pass-cookies-from-net-application-to-next-js-app
Stack Overflow
My app contains client side (written in Next.js; http) and server side (.NET; https)
I am trying to do authorization, but can't properly pass the cookies from one side to another. It is important to
I am trying to do authorization, but can't properly pass the cookies from one side to another. It is important to