Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Sending Checkboxgroup in parameter

Hello Narayan,

Could you please try setting 'Request Content Type' from 'x-www-form-urlencoded' to 'JSON' at settings of the service?

Narayan G. Maharjan
Posts: 0
Joined: Thu Feb 12, 2015 6:24 am

Sending Checkboxgroup in parameter

Server says : HTTP Status 415 - Unsupported Media Type Seems like it doesn't support JSON. So does that mean it is not possible for me to send even a very simple array parameter ?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Sending Checkboxgroup in parameter

Narayan,

You set 'Request Content Type' to 'XML' and define auditorId in such way http://gyazo.com/365bdba0ac521d5891fe...

Narayan G. Maharjan
Posts: 0
Joined: Thu Feb 12, 2015 6:24 am

Sending Checkboxgroup in parameter

Yes exactly I have done that one but in JSON but it failed. Server only supports 'x-www-form-urlencoded' for now.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Sending Checkboxgroup in parameter

Narayan,

Unfortunately in that case you can't send an array in request

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Sending Checkboxgroup in parameter

You can use Server Code script to send this request.

Narayan G. Maharjan
Posts: 0
Joined: Thu Feb 12, 2015 6:24 am

Sending Checkboxgroup in parameter

Is there any tutorial so that I can send those server code script.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Sending Checkboxgroup in parameter

Hello!

All the information about using server code is here http://devcenter.appery.io/documentat...

Return to “Issues”