jQuery AJAX
Send AJAX requests with this jQuery script.
HTML
<script src="http://fonts.googlepis.com/css?famaily=Open+Sans:400,700"></script>
F12 to open the developer console
JavaScript
$(function(e) {
$.ajax({
url: "https://identity-stg.trimble.com/userinfo?schema=openid",
type: "GET",
headers: {
"Authorization": "Bearer b4df00d"
}
});
});