Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Jon A
PLUS
Jon A
Courses Plus Student 41 Points

writing XHR VBA NEXT page Post string parameters

"If you get data from a website via XHR, then you will have to examine XHRs and how the website works via developer tools to find out all necessary headers, query params, form data and sent them with XHR"

writing the NEXT page Post string

Due to the 302 redirects, I need to replicate the headers request, which seem to require THREE validations:

  1. referrer
  2. COOKIE named asp.NET_SessionId
  3. host

I am searching all over to learn how to construct the POST string with the necessary parameters.

Any suggestions on how to construct the string with the parameters, greatly appreciated.