Record it several times and see if you can find a variable being sent back from the browser that you don’t recognize. It may take some sleuthing. Somewhere in the initial response from the SharePoint server to the first GET, you’ll probably see what looks like a throwaway value that you’ll find in subsequent responses from your browser. That’s the one you need to pull in by REGEX or other variable extraction and then store as a variable to send back.
--- Bob Nance Novation Systems [email protected]<mailto:[email protected]> 256-534-4620 [cid:[email protected]] On Sep 5, 2017, at 10:53 AM, Campbell. Rory (LIT) <[email protected]<mailto:[email protected]>> wrote: Thanks Bob for your response. Yes it captures cookie information but would those session id’s not be different every time I run the test? Not sure how I can get the session information to put in the request so it will work Thanks From: Bob Nance [mailto:[email protected]] Sent: Tuesday, September 05, 2017 04:28 PM To: JMeter Users List <[email protected]<mailto:[email protected]>> Subject: Re: Connect to Microsoft Sharepoint Sorry if this answer is simplistic; the range of experience from people on this list is everything from “what’s a server” to “I am writing my own plugin.” When you made the connection through the recorder, do you see some session ID information passing through that you didn’t generate? It’s possible that, unless that unique session ID is being sent back to the SharePoint server, it is simply not responding at all in an attempt to protect the site from XSS and other attacks. If this is the case, you will need to capture the transaction value and then deliver the information back to the server that is dynamically generated for each session. This is very common with server security. --- Bob Nance Novation Systems [email protected]<mailto:[email protected]><mailto:[email protected]> 256-534-4620 [cid:[email protected]] On Sep 5, 2017, at 10:20 AM, Campbell. Rory (LIT) <[email protected]<mailto:[email protected]><mailto:[email protected]>> wrote: Hi, When I attempt to connect to Microsoft sharepoint online through JMeter I get a Connection timed out response I can access the site manually through the browser ok Any suggestions? Thanks, Rory Campbell Senior Software Engineer in Test Liberty Information Technology | USCM - Claims Internal: 69277 | External: +44(0)2890 445277
