Lianja
Lianja
Example: Http.GetUrlPath method
Demonstrates theGetUrlPath method.
Chilkat Lianja Downloads
llSuccess = .F.
loHttp = createobject("CkHttp")
lcUrl = "https://example.com/folder/page?lang=en&sort=asc#section2"
? loHttp.GetUrlPath(lcUrl)
// Output:
// /folder/page
release loHttp