Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: application/ld+json application/ld+json #101975

    7cinquante
    Participant

    I have found :
    beforeSend: function (jqxhr, settings) {
    jqxhr.setRequestHeader (“Authorization”, “Bearer {{token}}” );
    jqxhr.setRequestHeader(“Accept”, “application/ld+json”);
    },
    accept : jqxhr.setRequestHeader(“Accept”, “application/ld+json”);

    thanks

    in reply to: server response is empty server response is empty #78927

    7cinquante
    Participant

    hello, yes the issue exist on chrome too, it’s the same with a string value. the response object only show the filename , but not the object response
    var serverResponce = args.response; return empty
    thank

Viewing 2 posts - 1 through 2 (of 2 total)