A proxy resources for Raiku App
That said, this proxy can handle just about any cors request you can think of including:
- Resource:
<img src="...">,<video src="...">... - API for httprequest:
XMLHtttpRequest,fetch...
https://<domain release>/?url=<url resource>&headers=<json send to url resource>This proxy allows direct URL anchoring to html tags without the need for JS. Try:
<img src="https;//localhost:3000?url=https://google.com/favicon.ico">@type:string@requiredUrl send request
@type:json Record<string, string>@optionalThis option is of type json. It will merge with the headers from the request sent to the proxy and send tourl
@type:json string[]@optionalThis option is a json array. It will remove any headers in the array from the proxy list of headers before sending tourl
@type:json Record<string, string>@optionalThis option is of type json. This option is the same as-headersbut it applies to headers that returnurlit will fix it before returning it to the response.
@type:json string[]@optionalThis option is a json array. Same as-headersbut for return headers.
@type:number@optionalRequest time will be canceled if the request tourltakes too long.