You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Chris Anderson (JIRA)" <ji...@apache.org> on 2010/07/16 20:37:50 UTC

[jira] Commented: (COUCHDB-828) When Issuing a Get Request with Content-Type: application/x-www-form-urlencoded an error is thrown

    [ https://issues.apache.org/jira/browse/COUCHDB-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12889263#action_12889263 ] 

Chris Anderson commented on COUCHDB-828:
----------------------------------------

Can you provide more details as to which URL you were requesting?

Maybe sharing the JS code you are using to do this would help as well.

Thanks!

Chris

> When Issuing a Get Request with Content-Type: application/x-www-form-urlencoded an error is thrown
> --------------------------------------------------------------------------------------------------
>
>                 Key: COUCHDB-828
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-828
>             Project: CouchDB
>          Issue Type: Bug
>    Affects Versions: 1.0
>            Reporter: Talib
>
> When doing an AJAX GET Request, the content type is set to application/x-www-form-urlencoded, the request fails.
> Removing the "Content-Type: application/x-www-form-urlencoded" header makes the request success.
> Here is what the headers look like for a failed request.
> Connection: keep-alive
> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4
> X-Requested-With: XMLHttpRequest
> Content-Type: application/x-www-form-urlencoded 
> Accept: application/json, text/javascript, */*

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.