Posts by Antonio Pedro • 11 points
2 posts
-
0
votes1
answer1047
viewsQ: Ajax request to an API
I am trying to request a third party API through the following code: <script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.3.1.min.js"></script> <script> $(function(){…
-
1
votes0
answers2743
viewsQ: Ajax request with Authorization header
I’m trying to make an ajax request but it needs a BASIC authentication, follow my code: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>…