Skip to content

Instantly share code, notes, and snippets.

@mrbusche
Created October 8, 2022 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrbusche/7960154787565b89ac05771d6747c5f9 to your computer and use it in GitHub Desktop.
Save mrbusche/7960154787565b89ac05771d6747c5f9 to your computer and use it in GitHub Desktop.
avatax
<cfhttp method="GET" url="https://sandbox-rest.avatax.com/api/v2/taxrates/bypostalcode?country=US&postalCode=50021">
<cfhttpparam type="header" name="Authorization" value="Basic #toBase64('2006850667:E8FD4AC155E565D9')#">
</cfhttp>
<cfdump var="#deserializeJson(cfhttp.filecontent)#">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment