How do I make a JSONP call with JQuery with Basic Authentication?

后端 未结 3 541
名媛妹妹
名媛妹妹 2020-12-03 11:22

Using JQuery, how would I call a JSONP API that required basic authentication?

Can I programatically handle this, or does the user have to interact and enter the use

3条回答
  •  再見小時候
    2020-12-03 11:30

    it is a little confusing since http://docs.jquery.com/Ajax/jQuery.getJSON doesn't have the same options as docs.jquery.com/Ajax/jQuery.ajax

提交回复
热议问题