Click here to Skip to main content
15,885,435 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: HI Everyone Pin
Sandeep Mewara6-Sep-20 19:03
mveSandeep Mewara6-Sep-20 19:03 
QuestionWordpress to html software, So I can code it freely (live option?) Pin
Dr3am'R6-Sep-20 4:58
Dr3am'R6-Sep-20 4:58 
AnswerRe: Wordpress to html software, So I can code it freely (live option?) Pin
Sandeep Mewara6-Sep-20 19:07
mveSandeep Mewara6-Sep-20 19:07 
QuestionSimple Question on Http Verbs Pin
Kevin Marois31-Aug-20 7:00
professionalKevin Marois31-Aug-20 7:00 
AnswerRe: Simple Question on Http Verbs Pin
Richard Deeming31-Aug-20 22:37
mveRichard Deeming31-Aug-20 22:37 
GeneralRe: Simple Question on Http Verbs Pin
Kevin Marois1-Sep-20 6:01
professionalKevin Marois1-Sep-20 6:01 
GeneralRe: Simple Question on Http Verbs Pin
Richard Deeming1-Sep-20 7:13
mveRichard Deeming1-Sep-20 7:13 
AnswerRe: Simple Question on Http Verbs Pin
F-ES Sitecore1-Sep-20 0:41
professionalF-ES Sitecore1-Sep-20 0:41 
Every http request has a verb, that's just how http works, the verb lets the service know what action is being done, the theory being that you can use the same url to do different things. If you have the following endpoint

/product/5

then calling it with GET will return product 5's data, calling it with DELETE will delete product 5 and so on. Because all requests have a verb you have to tell .net which verbs are valid for your method.
GeneralRe: Simple Question on Http Verbs Pin
Kevin Marois1-Sep-20 5:59
professionalKevin Marois1-Sep-20 5:59 
GeneralRe: Simple Question on Http Verbs Pin
F-ES Sitecore1-Sep-20 6:35
professionalF-ES Sitecore1-Sep-20 6:35 
GeneralRe: Simple Question on Http Verbs Pin
Kevin Marois1-Sep-20 7:10
professionalKevin Marois1-Sep-20 7:10 
GeneralRe: Simple Question on Http Verbs Pin
F-ES Sitecore1-Sep-20 7:25
professionalF-ES Sitecore1-Sep-20 7:25 
GeneralRe: Simple Question on Http Verbs Pin
Kevin Marois1-Sep-20 10:23
professionalKevin Marois1-Sep-20 10:23 
GeneralRe: Simple Question on Http Verbs Pin
F-ES Sitecore1-Sep-20 10:33
professionalF-ES Sitecore1-Sep-20 10:33 
GeneralRe: Simple Question on Http Verbs Pin
Kevin Marois1-Sep-20 11:09
professionalKevin Marois1-Sep-20 11:09 
GeneralRe: Simple Question on Http Verbs Pin
F-ES Sitecore2-Sep-20 0:37
professionalF-ES Sitecore2-Sep-20 0:37 
GeneralRe: Simple Question on Http Verbs Pin
DerekT-P1-Sep-20 11:12
professionalDerekT-P1-Sep-20 11:12 
GeneralRe: Simple Question on Http Verbs Pin
F-ES Sitecore2-Sep-20 0:34
professionalF-ES Sitecore2-Sep-20 0:34 
GeneralRe: Simple Question on Http Verbs Pin
DerekT-P2-Sep-20 3:03
professionalDerekT-P2-Sep-20 3:03 
GeneralRe: Simple Question on Http Verbs Pin
F-ES Sitecore2-Sep-20 3:13
professionalF-ES Sitecore2-Sep-20 3:13 
GeneralRe: Simple Question on Http Verbs Pin
F-ES Sitecore2-Sep-20 3:12
professionalF-ES Sitecore2-Sep-20 3:12 
GeneralRe: Simple Question on Http Verbs Pin
Kevin Marois2-Sep-20 6:15
professionalKevin Marois2-Sep-20 6:15 
QuestionImage validation Pin
Member 1492048222-Aug-20 9:01
Member 1492048222-Aug-20 9:01 
QuestionHi, can someone please help me with a task that I am struggling with. Pin
Member 1490081928-Jul-20 1:35
Member 1490081928-Jul-20 1:35 
AnswerRe: Hi, can someone please help me with a task that I am struggling with. Pin
W Balboos, GHB1-Aug-20 11:05
W Balboos, GHB1-Aug-20 11:05 

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.