X-RequestDigest: Getting error while running recorded web test of sharepoint page
问题 I have recorded and replayed my sharepoint webtest successfully but after a week or two, I get '403 FORBIDDEN' error when I replay it in Visual Studio. I understand that X-RequestDigest has expired certificate/token details and needs to be updated for every run in my request. However, I'm unable to find preceding X-RequestDigest header value in my recorded web test. I'm able to extract from response header but I need to bind the value to request prior to response? Can someone give me a code