Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • V VISPA web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 84
    • Issues 84
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • 3pia3pia
  • VISPAVISPA
  • VISPA web
  • Issues
  • #172
Closed
Open
Issue created May 15, 2012 by Benjamin Fischer@benjamin.fischerOwner

CherryPy Unicode problem =>Ajax requests not possible with json

When performing a dojo XHR Request with Json as payload,
CherryPy receives a unicode/String “[object Object]” and no
(not even wrong encoded) other information about the data
inside the json object.

E.g.: JavaScript XHR Content:
…
handleAs: “json”,
content: {payload: {foo: bar}},
…

CherryPy receives: [object Object] <type ‘unicode’>

(from redmine: issue id 1011, created on 2012-05-15 by root, closed on 2013-01-07)

Assignee
Assign to
Time tracking