Skip to content

Instantly share code, notes, and snippets.

@vbilopav
Created September 4, 2015 10:02
Show Gist options
  • Save vbilopav/c0242e7d1658a46d5b7f to your computer and use it in GitHub Desktop.
Save vbilopav/c0242e7d1658a46d5b7f to your computer and use it in GitHub Desktop.
<bindings>
<webHttpBinding>
<binding name="webHttpBindingWithJsonP" crossDomainScriptAccessEnabled="true" />
</webHttpBinding>
</bindings>
<!-- JSONP Endpoints -->
<endpoint address="jsonp" binding="webHttpBinding" bindingConfiguration="webHttpBindingWithJsonP"
behaviorConfiguration="jsonBehavior" contract="MyServiceLibrary.IMyServiceSample" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment