Click here to Skip to main content
15,746,973 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPaypal notification method Pin
Jay.V@7530-Nov-16 2:15
Jay.V@7530-Nov-16 2:15 
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 
i read few articles like how to secure web api. they are saying client and server will share some secret key . client will create a has value of secret key and send it to web api always when calling web api action. web api action will create a hash value of secret key and compare that value against client sent has value. if match then client will allow to call web api action.

suppose a attacker can capture the client request and send the same hash data to web api then how could we protect this ?

from some where i found this below trick to protect it. they said

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.

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.

please help me to understand how to protect web api when using HMAC hasing against Replay attack. anyone can explain it nice like how to protect web api with HMAC hashing thanks
tbhattacharjee

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

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.