From: Vasudevan C. <vco...@gm...> - 2022-12-29 17:45:34
|
Hi, I am trying to fetch resumes from a portal using HTMLUnit. The portal folks use akamai bot detection service. The bot detection service is injecting a JS file in the html page before sending the response. The JS asynchronously sends sensor data to Bot detection service through CDN server. The request to view the profile is blocked as a BOT. Has anyone encountered such a problem with HTMLUnit? Any pointers or suggestions to bypass this bot service would help me. Looking forward to your reply The src value of the injected JS file in the HTML Page is given below https://resdex.naukri.com/Z7gjQ2/wzrdB/DgfpQ/WA/7f3DSLcmSO/HxNednQ/cysrTTQ/RXRMB The sensor data computed by the JS as a JSON payload is sent in POST request to the above URL asynchronousluy Regards Vasu |