You need to adjust your request to add support for CORS something like this
should do the trick as long as the end point is configured with the correct
headers.
$.ajax({
......
crossDomain: true,
xhrFields: {
withCredentials: true
},
......
});
On Fri, Oct 21, 2016 at 10:50 PM, crossdomain via OL3 Dev <
ol3-dev+apn2wqf5dbneldjyux_htxlxbsplez_0sowcjeme4edkgn7biq9oa...@googlegroups.com
> wrote:
> Also: I don't want to do a proxy, because i have no access to our server.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "OL3 Dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/ol3-dev.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/ol3-dev/4ad66da9-61cb-47a7-ac7a-2b29a8c8cffd%40googlegroups.com
> <https://groups.google.com/d/msgid/ol3-dev/4ad66da9-61cb-47a7-ac7a-2b29a8c8cffd%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups "OL3
Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/ol3-dev.
To view this discussion on the web visit
https://groups.google.com/d/msgid/ol3-dev/CACfALL7ZQPLy17Zb%2BTf5%3D90pqX7cRaKqiotfzLvcwntzOscKLA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.