How to determine "AJAX" updates of webpages?

Jaylon Dietrich

New member
Joined
Nov 8, 2024
Messages
1
Points
1
I'm making a bot that automatically posts on wordpress blogs but i'm not able to figure out how to monitor AJAX or whatever changes in webpages???

Ok heres the scenario:
I wanted the software to post content on the Wordpress blog using Quick Press feature but it cannot find out whether the post has been published or not.
I tried to monitor it by seeting up a new thread that constantly analyses currently loaded page but with no sucess.

Can anyone help?
 

Delta Farrell

New member
Joined
Nov 8, 2024
Messages
1
Points
1
constantly analyzes it how?

most of the time you can tell if your request was a success based on the response from the remote server. if that isn't good enough just reload the page and see if your post showed up.
 
Top