Closed doutriaux1 closed 8 years ago
actually setting mime type to text/json makes it work
but the official mime type for json is application/json
hmmm, thanks for hint
Wed Feb 04 2015 at 2:49:21 odesílatel Charles Doutriaux < notifications@github.com> napsal:
actually setting mime type to text/json makes it work
but the official mime type for json is application/json
Reply to this email directly or view it on GitHub https://github.com/geopython/PyWPS/issues/29#issuecomment-72775435.
Can we close this issue?
Hello,
I have a process I define the ComplexInputType as follow
I would lime to send json
right now my execute does nothing
The url I'm sending is:
The process errors with the following:
I did a tracking on this, it dies on the finally, but it really died in the try bit on this line:
The exception says:
I'm not sure how to fix this, I'm hoping it's something in my url
Thanks