I did not sleep here for a day, so help me think.
There is a Vine player. He has api https://dev.twitter.com/web/vine/oembed . You can immediately see all the response headers here https://vine.co/oembed.json?id=5xJVBXAunrD
I need to get data from the client send a request
$.ajax({ url: 'https://vine.co/oembed.json?id=5xJVBXAunrD', dataType: "jsonp", contentType: "application/json", success: () => { console.log(arguments) }, }) <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> I get in the face:
Refused to execute script from ' https://vine.co/oembed.json?id=5xJVBXAunrD&callback=jQuery211011806981946079831_1482419611704&_=1482419611705 ' because of its MIME type ('application / json') is not to run, you need to be an installer, you need to be in use, you need to click, you need to click, you need to click.
In general, as I understand it, because of the very strict correspondence, do I need to proxy all this “Good” ?