Skip to content

Instantly share code, notes, and snippets.

@osheroff
Created June 29, 2011 18:21
Show Gist options
  • Save osheroff/1054500 to your computer and use it in GitHub Desktop.
Save osheroff/1054500 to your computer and use it in GitHub Desktop.
zendesk proxy -- post
$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"
}
}
);
@umpirsky
Copy link

How do you think zendesk users come to this? Is it documented on zendesk website or all widget developers should search for this gist?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment