Click here to Skip to main content
15,890,282 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: HTML5's new inputs. Black boxes that make layout a living hell? Pin
Kornfeld Eliyahu Peter28-Mar-14 4:47
professionalKornfeld Eliyahu Peter28-Mar-14 4:47 
GeneralRe: HTML5's new inputs. Black boxes that make layout a living hell? Pin
Sergejack28-Mar-14 4:55
Sergejack28-Mar-14 4:55 
AnswerRe: HTML5's new inputs. Black boxes that make layout a living hell? Pin
Kornfeld Eliyahu Peter29-Mar-14 7:46
professionalKornfeld Eliyahu Peter29-Mar-14 7:46 
SuggestionRe: HTML5's new inputs. Black boxes that make layout a living hell? Pin
W Balboos, GHB8-Apr-14 5:05
W Balboos, GHB8-Apr-14 5:05 
QuestionMVC WebAPI Controller Parameter Null Pin
Kevin Marois27-Mar-14 10:04
professionalKevin Marois27-Mar-14 10:04 
AnswerRe: MVC WebAPI Controller Parameter Null Pin
Matthew Dennis28-Mar-14 5:12
sysadminMatthew Dennis28-Mar-14 5:12 
GeneralRe: MVC WebAPI Controller Parameter Null Pin
Kevin Marois28-Mar-14 6:16
professionalKevin Marois28-Mar-14 6:16 
GeneralRe: MVC WebAPI Controller Parameter Null Pin
_Maxxx_15-Apr-14 20:12
professional_Maxxx_15-Apr-14 20:12 
I'm no guru, so take this as a guess:

With a Get and parameters are passed from client to server via the URL

e.g.

http://www.myCompany.com/myApplication/myFunction?Id=1640&action=r


Where the two parameters being sent are Id and action.

Fine in this example where Id is an integer and action a character.

But if one of the paramters was a complex object, how do you encode it in a url?

Answer - you don't! You use a Post - which puts parameters in the body which is sent to the server and decoded.

So changing to a Post allowed your complex object to be passed to the web api
GeneralRe: MVC WebAPI Controller Parameter Null Pin
Kevin Marois16-Apr-14 5:59
professionalKevin Marois16-Apr-14 5:59 
QuestionHelp with mysql duplicate row Pin
Izu Great26-Mar-14 0:54
professionalIzu Great26-Mar-14 0:54 
AnswerRe: Help with mysql duplicate row Pin
Kornfeld Eliyahu Peter26-Mar-14 1:02
professionalKornfeld Eliyahu Peter26-Mar-14 1:02 
GeneralRe: Help with mysql duplicate row Pin
Izu Great26-Mar-14 1:07
professionalIzu Great26-Mar-14 1:07 
AnswerRe: Help with mysql duplicate row Pin
ZurdoDev27-Mar-14 10:14
professionalZurdoDev27-Mar-14 10:14 
AnswerRe: Help with mysql duplicate row Pin
stevic9-Apr-14 7:07
professionalstevic9-Apr-14 7:07 
QuestionDecode or deobfuscate php Pin
Mahdi 8216102118-Mar-14 23:10
Mahdi 8216102118-Mar-14 23:10 
AnswerRe: Decode or deobfuscate php Pin
Richard Deeming19-Mar-14 2:56
mveRichard Deeming19-Mar-14 2:56 
GeneralRe: Decode or deobfuscate php Pin
Mahdi 8216102121-Mar-14 4:35
Mahdi 8216102121-Mar-14 4:35 
GeneralRe: Decode or deobfuscate php Pin
Richard Deeming21-Mar-14 5:01
mveRichard Deeming21-Mar-14 5:01 
GeneralRe: Decode or deobfuscate php Pin
Mahdi 8216102121-Mar-14 5:14
Mahdi 8216102121-Mar-14 5:14 
GeneralRe: Decode or deobfuscate php Pin
Richard Deeming21-Mar-14 5:26
mveRichard Deeming21-Mar-14 5:26 
GeneralRe: Decode or deobfuscate php Pin
Mahdi 8216102121-Mar-14 5:30
Mahdi 8216102121-Mar-14 5:30 
GeneralRe: Decode or deobfuscate php Pin
Richard Deeming21-Mar-14 6:01
mveRichard Deeming21-Mar-14 6:01 
Questionwhich backend technology for an advanced messaging application? Pin
chronodekar18-Mar-14 21:05
chronodekar18-Mar-14 21:05 
AnswerRe: which backend technology for an advanced messaging application? Pin
Dar Brett24-Mar-14 19:50
Dar Brett24-Mar-14 19:50 
GeneralRe: which backend technology for an advanced messaging application? Pin
chronodekar7-Apr-14 5:58
chronodekar7-Apr-14 5:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.