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
@required
Url send request
@type
:json Record<string, string>
@optional
This option is of type json. It will merge with the headers from the request sent to the proxy and send tourl
@type
:json string[]
@optional
This 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>
@optional
This option is of type json. This option is the same as-headers
but it applies to headers that returnurl
it will fix it before returning it to the response.
@type
:json string[]
@optional
This option is a json array. Same as-headers
but for return headers.
@type
:number
@optional
Request time will be canceled if the request tourl
takes too long.