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

Content type matching problem with LinkedIn #35

Merged
merged 1 commit into from Nov 10, 2014

Commits on Nov 10, 2014

  1. Content type matching problem with LinkedIn

    I've recently encountered a problem using the LinkedIn configuration for this plugin. The rule for matching the content type should look like this:
    
    m!^(application/json|text/javascript)(;\s*charset=\S+)?$!
    
    because in the LinkedIn case there is no space between the content type and the charset definition. Also maybe you should include an else statement for this rule in case is not matched.
    ratcristian committed Nov 10, 2014
    Copy the full SHA
    81dcd5a View commit details
    Browse the repository at this point in the history