Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetV1 #46

Open
wants to merge 52 commits into
base: v1.0
Choose a base branch
from
Open

GetV1 #46

wants to merge 52 commits into from

Conversation

mistertommat
Copy link

No description provided.

y0gzah and others added 30 commits October 25, 2013 14:19
Made UriPathExtensionMapping optional
Added QueryStringMapping allowing you to add ?format=jsonp to every request in order to receive a jsonp response.
Made it after realizing there have been some changes to Chrome, sometimes sending a global (*/*) 'accepts' header on cross domain requests (<script/>), maybe some security 'improvement'.
…matting.Jsonp into patch-1

Conflicts:
	src/WebApiContrib.Formatting.Jsonp/JsonpMediaTypeFormatter.cs
* Can now add `JsonpMediaTypeFormatter` to the end of the formatters collection.
* Support for `application/javascript` and `application/json-p`
* Added more `TestCase`s for various combinations of JSON/JSON-P co-existence
* Updated README
* Bug: UriExtensionMapping for "jsonp" now fails
panesofglass and others added 22 commits January 17, 2014 10:58
…favor of matching the specified JSON-P callback parameter name in the query string.
Use QueryStringMapping matching callback parameter
Remove useless dependencies (like System.Web) from Jsonp formatter/tests...
…test / clean

Add release note files as in parent contrib project
Upgrade version
…rmatting.Jsonp

Conflicts:
	src/WebApiContrib.Formatting.Jsonp/JsonpMediaTypeFormatter.cs
Fix hint paths in tests project file
@panesofglass
Copy link
Member

I don't understand what you are submitting. Would you mind adding your intent to the description, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants