AutoIt
AutoIt
Example: Http.GetUrlPath method
Demonstrates theGetUrlPath method.
Chilkat AutoIt Downloads
Local $bSuccess = False
$oHttp = ObjCreate("Chilkat.Http")
Local $sUrl = "https://example.com/folder/page?lang=en&sort=asc#section2"
ConsoleWrite($oHttp.GetUrlPath($sUrl) & @CRLF)
; Output:
; /folder/page