Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Response to preflight request doesn't pass access control check #60

Open
Coykto opened this issue Aug 7, 2018 · 1 comment
Open

Response to preflight request doesn't pass access control check #60

Coykto opened this issue Aug 7, 2018 · 1 comment

Comments

@Coykto
Copy link

Coykto commented Aug 7, 2018

Вот что я вижу в консоли:
Failed to load http://kladr-api.ru/api.php?callback=jQuery32108009858212794962_1533629303183&contentType=city&oneString=true&withParent=true&limit=10&query=%D0%B2&_=1533629303195: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8000' is therefore not allowed access.

Хочу подключить плагин к сайту на django. Плагин склонировал, запустил билд, вроде как подключил через webpack (не ругается что, например kladr is not a function).

В моём js файле всё предельно просто:

$('#id_region').kladr({
    type: $.kladr.type.city
});

Очевидно, я делаю что-то не так, раз такого issue до сих пор нет, значит у других нет с этим проблем, но я почти целый день гуглю, пытаюсь справиться с этой ошибкой и делаю, вроде бы, всё как в exampl'ах.

@Coykto
Copy link
Author

Coykto commented Aug 10, 2018

Я правильно понимаю что по какой-то причине возвращается не jsonp?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant