You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting CORS policy error while trying to redirecting to payment gateway site from my laravel inertiajs app.
My payment gateway provider is using PHP header method to redirect to their payment site:
header('Location: ' . $url . '/', true, $permanent ? 301 : 302);
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am getting CORS policy error while trying to redirecting to payment gateway site from my laravel inertiajs app.
My payment gateway provider is using PHP header method to redirect to their payment site:
header('Location: ' . $url . '/', true, $permanent ? 301 : 302);
Please help me on this issue.
Beta Was this translation helpful? Give feedback.
All reactions