Click here to Skip to main content
15,890,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRegarding MVC 6 and asp.net core Pin
Tridip Bhattacharjee30-Nov-16 0:09
professionalTridip Bhattacharjee30-Nov-16 0:09 
AnswerRe: Regarding MVC 6 and asp.net core Pin
Richard MacCutchan30-Nov-16 1:00
mveRichard MacCutchan30-Nov-16 1:00 
AnswerRe: Regarding MVC 6 and asp.net core Pin
jkirkerx2-Dec-16 10:19
professionaljkirkerx2-Dec-16 10:19 
AnswerRe: Regarding MVC 6 and asp.net core Pin
Vincent Maverick Durano7-Dec-16 2:30
professionalVincent Maverick Durano7-Dec-16 2:30 
QuestionHow to protect my web api against reply attack Pin
Tridip Bhattacharjee30-Nov-16 0:08
professionalTridip Bhattacharjee30-Nov-16 0:08 
AnswerRe: How to protect my web api against reply attack Pin
Nathan Minier30-Nov-16 1:14
professionalNathan Minier30-Nov-16 1:14 
GeneralRe: How to protect my web api against reply attack Pin
Tridip Bhattacharjee30-Nov-16 1:33
professionalTridip Bhattacharjee30-Nov-16 1:33 
GeneralRe: How to protect my web api against reply attack Pin
Nathan Minier30-Nov-16 1:40
professionalNathan Minier30-Nov-16 1:40 
No, not at all what's being talked about here.

A request is sent from a browser to your WebAPI at 0900. If that exact request, with a time stamp of 0900, is received by the server at 0906 or later, it get's rejected. This is to prevent that exact same request from being replayed at a later time, which is exactly what you're trying to defend against.

You send a second request at 1000. Providing that request is received by your server by 1005, everything is fine. It has no relation at all to the previous request, which is part of the definition of a RESTful service (which WebAPI implements).
"There are three kinds of lies: lies, damned lies and statistics."
- Benjamin Disraeli

QuestionTrouble accessing simpe WCF web service deployed to local IIS Pin
spkay29-Nov-16 8:34
spkay29-Nov-16 8:34 
AnswerRe: Trouble accessing simpe WCF web service deployed to local IIS Pin
Afzaal Ahmad Zeeshan29-Nov-16 9:16
professionalAfzaal Ahmad Zeeshan29-Nov-16 9:16 
AnswerRe: Trouble accessing simpe WCF web service deployed to local IIS Pin
Richard Deeming29-Nov-16 9:30
mveRichard Deeming29-Nov-16 9:30 
QuestionNeed help creating a signature form Pin
Bootzilla3329-Nov-16 6:48
Bootzilla3329-Nov-16 6:48 
AnswerRe: Need help creating a signature form Pin
Afzaal Ahmad Zeeshan29-Nov-16 9:08
professionalAfzaal Ahmad Zeeshan29-Nov-16 9:08 
AnswerRe: Need help creating a signature form Pin
Richard Deeming29-Nov-16 9:28
mveRichard Deeming29-Nov-16 9:28 
QuestionError Bind is not declared Pin
Member 1103130429-Nov-16 2:30
Member 1103130429-Nov-16 2:30 
AnswerRe: Error Bind is not declared Pin
ZurdoDev29-Nov-16 2:36
professionalZurdoDev29-Nov-16 2:36 
GeneralRe: Error Bind is not declared Pin
Member 1103130429-Nov-16 2:53
Member 1103130429-Nov-16 2:53 
AnswerRe: Error Bind is not declared Pin
ZurdoDev29-Nov-16 3:09
professionalZurdoDev29-Nov-16 3:09 
GeneralRe: Error Bind is not declared Pin
Member 1103130429-Nov-16 3:24
Member 1103130429-Nov-16 3:24 
GeneralRe: Error Bind is not declared Pin
ZurdoDev29-Nov-16 4:10
professionalZurdoDev29-Nov-16 4:10 
GeneralRe: Error Bind is not declared Pin
Member 1103130430-Nov-16 19:26
Member 1103130430-Nov-16 19:26 
GeneralRe: Error Bind is not declared Pin
ZurdoDev1-Dec-16 0:53
professionalZurdoDev1-Dec-16 0:53 
GeneralRe: Error Bind is not declared Pin
Richard Deeming29-Nov-16 4:29
mveRichard Deeming29-Nov-16 4:29 
GeneralRe: Error Bind is not declared Pin
Member 1103130429-Nov-16 20:35
Member 1103130429-Nov-16 20:35 
GeneralRe: Error Bind is not declared Pin
Richard Deeming30-Nov-16 2:12
mveRichard Deeming30-Nov-16 2:12 

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.