You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice project! Used it to get a POC online which consumes a 3rd party API. Have some feedback if you're open!
Small typos - the website (not the readme) doesn't include the https:// protocol in the usage example of site to be proxied. Both usage examples also put the desired url variable into the path (api.cors.lol/url=blah) instead of query parameter (api.cors.lol?url=blah)
The api I was consuming required it's query params of its own (https://baconipsum.com/api/?type=meat-and-filler). It seemed like the go's http lib was able to accommodate this by auto decoding a URL encoded variable (url=https%3A%2F%2Fbaconipsum.com%2Fapi%3Ftype%3Dmeat-and-filler). Could be worth mentioning this for free brownie points or go a step further and pass along a http data payload or set custom methods
Just small cosmetic suggestions at the end of the day. Happy to make a PR if you'd like
The text was updated successfully, but these errors were encountered:
Nice project! Used it to get a POC online which consumes a 3rd party API. Have some feedback if you're open!
https://
protocol in the usage example of site to be proxied. Both usage examples also put the desiredurl
variable into the path (api.cors.lol/url=blah
) instead of query parameter (api.cors.lol?url=blah
)https://baconipsum.com/api/?type=meat-and-filler
). It seemed like the go's http lib was able to accommodate this by auto decoding a URL encoded variable (url=https%3A%2F%2Fbaconipsum.com%2Fapi%3Ftype%3Dmeat-and-filler
). Could be worth mentioning this for free brownie points or go a step further and pass along a http data payload or set custom methodsJust small cosmetic suggestions at the end of the day. Happy to make a PR if you'd like
The text was updated successfully, but these errors were encountered: