I managed to upload the fiddler session archive into Google Drive,
this is the link ( drive(DOT)google(DOT)com/file/d/1URCMkid6OjOJO_bS6REkXgGyttlLHnt2/view?usp=sharing )
please change (DOT) to .
The fiddler session archive contents the whole process from login, filling the form, submitting...
Hi guys, have been struggling for more than 2 weeks now to solve this issue.
Can you please help me out?
I'm trying to post data and i'm getting {"status":403,"message":"Invalid CSRF"}.
I successfully logged in and set cookies on login and submitting page but when I try to submit the form...
Thanks for your reply.
I receive ( the remote server returned an error (403) forbidden ) and I tried to add below statements as quoted in stackoverflow but still not working.
request.UseDefaultCredentials = True
request.Proxy.Credentials = System.Net.CredentialCache.DefaultCredentials
Hi everybody,
I'm referring to this code here, when I try to manually set cookies like on the below code snippet,
I receive exception (A first chance exception of type 'System.Net.WebException' occurred in System.dll) and can't login.
It happens when I comment out (
request.Headers.Set
) and I...
Thanks gimme4free.
So if I want to catch those two values, should I go with VB.Net or DOM element or Javascript as VS also can't be mix with javascript.
What is the best option to go for?
Just one more question please.
Do these two values (csrft and ctk) change daily or hourly?
Cause I want to catch them every first time the app start and store them somewhere in order to reuse them anytime but i'm not sure if one refreshs them at which frequency (daily, hourly, after 2-3 hour...)
Hi, I captured the below login code from Fiddler and the day I captured that, I tried it into VS 2013 and worked well with its original cookies.
When I try to manually set cookies it doesn't work, the output debug shows : (A first chance exception of type 'System.Net.WebException' occurred in...
Hi, I have a project to build an ad poster for another country, and I want to pretend browsing from that country from my IP address.
I'm already using Tor Browser which also does it well, but the problem here is I can't use Tor as it's just a browser, as I have to open it in order to pretend...
I was using the old login code with the new posting code whereas I was supposed to scrap and get the new login code in order to test the whole process with that.
It's really a full full code. Please find it below
Indeed the app was working perfectly well, it's been now 2 years since it's working without problem,
since before yesterday, I'm trying to send a POST and couldn't... so I checked everything and realized that
I'm unable to send post to the...
Hi guys,
I'm stuck as I can't post data using HttpWebRequest on below body.
The problem is I need to dynamcally insert data, so I have to use variable.
I use variable and it works right but only on "Title" (adTitlEncoded - on the below body ) that doesn't allow me to use variable.
If I...
Thanks.
Below is the code for Picture uploading recorded via Fiddler but I can't find where to put my variable in order to make it dynamic.
Please can you help ?
'Calls request functions sequentially.
Private Sub MakeRequests()
Dim response As HttpWebResponse
Dim responseText As...
Hi, I'm trying to make a HttpWebRequest and I have to attach/upload a picture before I submit the form.
Below is the code that contain my picture's name.
There's a variable called "u" in the code below that contains the name of the picture I uploaded called "Penguins.jpg",
I tried to remove...
Thanks, Solved !!!
But what about how to attach a picture in the Form before to Post.
There's a variable called "u" in the code below that contains the name of the picture I uploaded called "Penguins.jpg",
I tried to remove the "Penguins.jpg" and put a static link like "c:\mypictures.jpg" in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.