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

ASP.NET

 
QuestionRe: Paypal notification method Pin
Richard MacCutchan30-Nov-16 8:06
mveRichard MacCutchan30-Nov-16 8:06 
AnswerRe: Paypal notification method Pin
Afzaal Ahmad Zeeshan30-Nov-16 8:14
professionalAfzaal Ahmad Zeeshan30-Nov-16 8:14 
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 
Tridip Bhattacharjee wrote:
1) requests with different Date header values will have different signatures, thus attacker will not be able to modify the timestamp

we will generate hash based on secret key then how date comes to scene ? this points is not clear to me.


1) Use the current date as a factor in the hash function that generates your MAC. This is used so that the hash can be appropriately re-created using the time stamp on the packet, and rejected if it doesn't match.

Tridip Bhattacharjee wrote:
2) we introduce a requirement that no http request can be older than X [eg. 5] minutes - if for any reason the message is delayed for more than that it will have to be resent with a refreshed timestamp.

point two is not clear. what this area try to mean delayed for more than that it will have to be resent with a refreshed timestamp. when client will send first request and then client may send second request after 10/15 minute later.


2) Not sure how this isn't clear. Honestly, 5 minutes over the wire is pretty forgiving. In your example, the second request will have a new time stamp. We're talking about packets here, not sessions.
"There are three kinds of lies: lies, damned lies and statistics."
- Benjamin Disraeli

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 
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 

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.