JSON Post with Customized HTTPHeader Field

后端 未结 4 1540
后悔当初
后悔当初 2020-12-04 19:24

I have inherited some code that will eventually be part of an API call. Based on the existing code, the call is a post to retrieve JSON code with an access_token. While this

4条回答
  •  广开言路
    2020-12-04 19:45

    Just wanted to update this thread for future developers.

    JQuery >1.12 Now supports being able to change every little piece of the request through JQuery.post ($.post({...}). see second function signature in https://api.jquery.com/jquery.post/

提交回复
热议问题