I mean how do I such a counter inside script?
When using the Solve with Clicks module it counts how often it used the solver on the result page.
Is there a way to add that to with something else?
@loopster40 said in Important changes in BAS customer support:
How to get in contact with customer support?
To do this, you need to purchase a BASPremium
https://bablosoft.com/shop/BASPremium
If you have already purchased a BASPremium license, then the support contacts are listed in your personal account
https://bablosoft.com/personal/license/BASPremium
thanks for you :) i work at.
another question pls help me @Fox
there is an item I need to find by clicking on the page. but this is not a fixed variable. but the word is fixed. so I have to find it by searching. I couldn't find the search function. I researched. fox said "Use the xpath text search selector" but I couldn't find it. For example, I want to click on the word "apple" on the website. but this is missing with css selector. The word apple is always fixed.
I discovered what happens: I need to load at least one url before loading the custom js functions. I loaded http://example.com before the custom js functions worked fine in "Run Mode".
So simple...
Thank you all
@jtercs said in Invalid "Content-Type: custom" create issues with some captcha solving services:
I'm not sure, "why" added the "Content-Type: custom" header element into the reCaptcha/funcaptcha module.
It's a not standard content-type in this case some captcha solving services block the request based on this header element.
The response clear:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"> <HTML><HEAD><TITLE>Bad Request</TITLE> <META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD> <BODY><h2>Bad Request - Invalid Header</h2> <hr><p>HTTP Error 400. The request has an invalid header name.</p> </BODY></HTML>
How it's possible to remove?
Thanks,
Jtercs
Dear BAS developers, I guess you are busy, but a quick response takes a lot.
I found the issue here:
\modules\ReCaptcha\engine.js ---> line: 409
\custom\modules\ReCaptcha\engine.js ---> line: 407
http_client_post(BAS_SolveRecaptcha_Url + "/createTask", ["data",data], {"content-type":("custom"), "encoding":("UTF-8"), "method":("POST")})!
But unfortunatelly, I'm not able do anything while this data encoded into Engine.dll and the BAS use that file instead the pure JS files.
My question still actually: How to remove invalid Content-Type?
Thanks for your time!