BG95 QHTTP requires manual input URL

The issue:
In QHTTP Chapter 3 sample code:
After AT+QHTTPURL and device display “CONNECT” prompt,
user need to manually input URL HTTP://www.sina.cn/

For automated test script, this manual input will block the automation process.

Question:
Is there a way to avoid manual input URL? For example, AT command to input both URL length and the link, something like:
AT+QHTTPURL=23,80,“HTTP://www.sina.cn/

understanding

but we does not support this format , as your said

AT+QHTTPURL=23,80,“HTTP://www.sina.cn/

As a workaround , you can detect echo“ connect” and Define a string variable(URL) and send it from the serial port ,

The work-around is good! Please close the ticket. Thank you!