B4X
B4X
Example: Http.GetUrlPath method
Demonstrates theGetUrlPath method.
Chilkat B4X Downloads
Dim success As Boolean = False
Dim http As ChilkatHttp
http.Initialize("http")
Dim url As String = "https://example.com/folder/page?lang=en&sort=asc#section2"
Log(http.GetUrlPath(url))
' Output:
' /folder/page