Support the ongoing development of Laravel.io →
Configuration Requests
Last updated 1 year ago.
0

Try not using route:: controller. Use either resource or specific get and post methods.

Last updated 1 year ago.
0

XMLHttpRequest cannot load http://site.com/test?uid=. Origin http://origin.net is not allowed by Access-Control-Allow-Origin. This is not allow Cross-domain calls add ->setCallback(Input::get('callback')); callback in your code. And e.g ajax request it, use JSONP and add callback param.

Last updated 1 year ago.
0

makersunion said:

XMLHttpRequest cannot load http://site.com/test?uid=. Origin http://origin.net is not allowed by Access-Control-Allow-Origin. This is not allow Cross-domain calls add ->setCallback(Input::get('callback')); callback in your code. And e.g ajax request it, use JSONP and add callback param.

Thank you so much, I'm going to try that and let you know the result :D

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

TonnyORG tonnyorg Joined 15 Mar 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.