Created
June 29, 2011 18:21
-
-
Save osheroff/1054500 to your computer and use it in GitHub Desktop.
zendesk proxy -- post
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
$j.ajax( | |
{ | |
type: 'POST', | |
url: '/proxy/direct', | |
data: | |
{ | |
url: "http://www.outbound.com", | |
body: $j.param({a: "bar", b: "buz"}), | |
contenttype: "application/x-www-form-urlencoded" | |
} | |
} | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do you think zendesk users come to this? Is it documented on zendesk website or all widget developers should search for this gist?