{"id":30583272,"url":"https://github.com/synergex/url_encoding","last_synced_at":"2026-02-10T20:32:36.558Z","repository":{"id":49788796,"uuid":"438369624","full_name":"Synergex/URL_Encoding","owner":"Synergex","description":"Function that returns a URL encoded string for use with the HTTP protocol. (Update for Synergy 9.5 compatibility)","archived":false,"fork":false,"pushed_at":"2022-07-26T13:50:56.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-29T10:49:52.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Synergex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-14T19:06:50.000Z","updated_at":"2022-08-04T17:10:48.000Z","dependencies_parsed_at":"2022-09-13T19:50:46.992Z","dependency_job_id":null,"html_url":"https://github.com/Synergex/URL_Encoding","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Synergex/URL_Encoding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synergex%2FURL_Encoding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synergex%2FURL_Encoding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synergex%2FURL_Encoding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synergex%2FURL_Encoding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Synergex","download_url":"https://codeload.github.com/Synergex/URL_Encoding/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synergex%2FURL_Encoding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29314705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T17:48:59.043Z","status":"ssl_error","status_checked_at":"2026-02-10T17:45:37.240Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-29T08:33:31.585Z","updated_at":"2026-02-10T20:32:36.540Z","avatar_url":"https://github.com/Synergex.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# URL_Encoding\u003cbr /\u003e\n**Created Date:** 1/7/2003\u003cbr /\u003e\n**Last Updated:** 10/19/2010\u003cbr /\u003e\n**Description:** Function that returns a URL encoded string for use with the HTTP protocol. (Update for Synergy 9.5 compatibility)\u003cbr /\u003e\n**Platforms:** Windows; Unix; OpenVMS\u003cbr /\u003e\n**Products:** HTTP API\u003cbr /\u003e\n**Minimum Version:** 8.1\u003cbr /\u003e\n**Author:** Steve Ives\n\u003chr\u003e\n\n**Additional Information:**\nWhen passing data via the HTTP protocol, either as URI parameters in an HTTP GET\noperation, or as body data in an HTTP POST operation, certain characters must be\n'escaped', usually by replacing them with their hexadecimal values. This process\nis referred to as \"URL Encoding\".\n\nMore details can be found in RFC 2396 (URI General Syntax)\n\nThis function accepts a string in parameter 1 and returns a URL encoded version\nof that string.\n\nThis function must be declared before use, as follows:\n\nexternal function\nurl_encode ,a\n\nAn example of using this function is:\n\nurl = \"http://www.domain.com/page.asp?location=\" + %url_encode(\"Gold River (CA)\")\n\nWhich would set the variable url to:\n\nhttp://www.domain.com/page.asp?location=Gold+River+%28CA%29\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynergex%2Furl_encoding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynergex%2Furl_encoding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynergex%2Furl_encoding/lists"}