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

Web Development

 
AnswerRe: Web Design Frameworks Pin
Paul LeJoy23-Mar-15 21:50
Paul LeJoy23-Mar-15 21:50 
QuestionWhat Uses Comma Separated List in Square Brackets Pin
MadDashCoder5-Jan-15 16:29
MadDashCoder5-Jan-15 16:29 
AnswerRe: What Uses Comma Separated List in Square Brackets Pin
Peter Leow5-Jan-15 16:51
professionalPeter Leow5-Jan-15 16:51 
QuestionWeb Development Hierarchy Map Pin
mbfromit5-Jan-15 15:58
mbfromit5-Jan-15 15:58 
QuestionASP.Net MVC 4 Question Pin
Kevin Marois5-Jan-15 10:54
professionalKevin Marois5-Jan-15 10:54 
AnswerRe: ASP.Net MVC 4 Question Pin
Anurag Gandhi10-Jan-15 2:03
professionalAnurag Gandhi10-Jan-15 2:03 
AnswerRe: ASP.Net MVC 4 Question Pin
Member 1108108119-Jan-15 16:12
Member 1108108119-Jan-15 16:12 
AnswerRe: ASP.Net MVC 4 Question Pin
Rahul Rajat Singh13-Feb-15 0:28
professionalRahul Rajat Singh13-Feb-15 0:28 
One way to achieve this would be to have a cookie based authentication where when a user calls the login method a cookie is sent to the user and this cookie can be used to authenticate the user.

But the above mentioned approach is not recommended as the cookies don;t gel well with complete restful services. If we have a mix of website and rest api then it works well as we can ask the user to login from the web page and the api can simply check for authentication cookie.

So the recommended approach is to have a token based authentication. when a user logs in, generate a token for the user and send it back to the client. the client will then have to send this token back in the header with every request. following article shows how this can be done - http://www.asp.net/web-api/overview/security/individual-accounts-in-web-api[^]
QuestionI'm looking for a good crash course on Drupal for Wordpress developers Pin
Shane Lessard27-Dec-14 17:52
Shane Lessard27-Dec-14 17:52 
AnswerRe: I'm looking for a good crash course on Drupal for Wordpress developers Pin
Richard MacCutchan28-Dec-14 22:20
mveRichard MacCutchan28-Dec-14 22:20 
AnswerRe: I'm looking for a good crash course on Drupal for Wordpress developers Pin
mbfromit5-Jan-15 16:59
mbfromit5-Jan-15 16:59 
AnswerRe: I'm looking for a good crash course on Drupal for Wordpress developers Pin
Swinkaran5-Jan-15 17:08
professionalSwinkaran5-Jan-15 17:08 
QuestionHow to save data from Mutiple tabs of the same application screen Pin
Rajendra Kumar Katabathuni23-Dec-14 0:25
Rajendra Kumar Katabathuni23-Dec-14 0:25 
QuestionMVC: HTTP Error 403.14 - Forbidden; The Web server is configured to not list the contents of this directory. Pin
NarVish22-Dec-14 23:35
NarVish22-Dec-14 23:35 
QuestionNotice: Undefined index: ALL_HTTP Pin
Jassim Rahma21-Dec-14 11:26
Jassim Rahma21-Dec-14 11:26 
AnswerRe: Notice: Undefined index: ALL_HTTP Pin
Graham Breach21-Dec-14 22:10
Graham Breach21-Dec-14 22:10 
QuestionGoogle Analytics Question Pin
Jassim Rahma21-Dec-14 9:50
Jassim Rahma21-Dec-14 9:50 
AnswerRe: Google Analytics Question Pin
pitechindore24-Dec-14 0:39
pitechindore24-Dec-14 0:39 
AnswerRe: Google Analytics Question Pin
Shane Lessard27-Dec-14 17:56
Shane Lessard27-Dec-14 17:56 
AnswerRe: Google Analytics Question Pin
Member 1134016428-Dec-14 18:40
Member 1134016428-Dec-14 18:40 
QuestionStatus: Tracking Not Installed Pin
Jassim Rahma18-Dec-14 11:34
Jassim Rahma18-Dec-14 11:34 
QuestionPHP studio v/s Visual Studio Pin
Kartik Goyal15-Dec-14 7:38
professionalKartik Goyal15-Dec-14 7:38 
SuggestionRe: PHP studio v/s Visual Studio Pin
Kornfeld Eliyahu Peter15-Dec-14 10:39
professionalKornfeld Eliyahu Peter15-Dec-14 10:39 
AnswerRe: PHP studio v/s Visual Studio Pin
Swinkaran5-Jan-15 17:32
professionalSwinkaran5-Jan-15 17:32 
GeneralRe: PHP studio v/s Visual Studio Pin
Kartik Goyal5-Jan-15 18:10
professionalKartik Goyal5-Jan-15 18:10 

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.