Closed jstumpges closed 5 years ago
Hi @jstumpges Thank you for raising the question! In general, URL encoding needs to be handled by the caller side. Since URL is used to access all resources on the Internet, it requires a set format to be used for all resources. As part of the RFC 6570 standard, '&' is used for specifying form-style query continuation. Therefore, '&' needs to be URL encoded when it appears in other parts of the URL. For example, for business names with '&', you will need to replace '&' with '%26' in the URL before sending the request to our API sever. You can check out this page to learn more about URL encoding. If you are interested in learning more about URL format, you can take a look at RFC 6570
Overview
Description
Aside from the example mentioned in the summary, it looks like any URI reserved characters are not being percent-encoded in any query string param value, but unreserved characters are, which implies that perhaps the wrong URI method is being used to percent-encode the values..
Endpoint
Yelp Fusion business search
Parameters or Sample Request
Response