- Application
- Request Handling
- Authorization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Net; | |
using System.Threading.Tasks; | |
using System.Xml.Linq; | |
public class USPSAddress | |
{ | |
public string Id { get; set; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
function getJwt(user, pass, success, error, complete) { | |
//console.log('getJwt ', user); | |
$.ajax({ | |
url: '/TOKEN', | |
type: 'POST', | |
contentType: "application/json", | |
dataType: "json", | |
data: JSON.stringify({ |