Click here to Skip to main content
15,905,566 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello, please can anyone good with http/https proxy analyser help me with capturing the https post request of a particular site?
I want to scrape the results it generates by clicking on its page button programmatically but it uses javascript which makes it hard to capture and also force me to use webbrowser but its very slow because i intend making it mulithreading.

Please anyone good with fiddler or any similar software should please help me. I don't want to put down the website here but in comments because i can later delete my comments. Please

What I have tried:

i have used fiddler but i'm getting scrammbled letters so i'm wandering if maybe i don't know how to use it well.
Posted
Updated 7-Mar-19 6:59am

1 solution

Do you know what https:// implies? It implies secured encrypted data. Also, send a POST request, instead of GET also helps protect data security by not putting it in the URL.

So - if this is your code, or code your authorized to work on, all the information you want is in the target file. Modify it to your needs. If it is not yours, and you idea of 'scraping' the data points in that direction, I can see far more bad things you could be planning than good ones.
 
Share this answer
 
Comments
[no name] 7-Mar-19 23:53pm    
not doing anything illegal.
What does it mean by requests are chunked?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900