enterprise
New member
I want to redirect local images to the R2 bucket.
When I used the provided formula I got this error:
'oncat("media.networkservices.stream", substring(http.request.uri.path, 19))' is not a valid value for target_url because could not parse filter value expression: Filter parsing error (1:1): oncat("media.networkservices.stream", substring(http.request.uri.path, 19)) ^^^^^ unknown identifier
Can you help me with this?
My normal url is "https://networkservices.stream/wp-content/uploads/2020/12/blue-vector-1.png"
It should redirect to: "https://media.networkservices.stream/2020/12/blue-vector-1.png"
Thank you
When I used the provided formula I got this error:
'oncat("media.networkservices.stream", substring(http.request.uri.path, 19))' is not a valid value for target_url because could not parse filter value expression: Filter parsing error (1:1): oncat("media.networkservices.stream", substring(http.request.uri.path, 19)) ^^^^^ unknown identifier
Can you help me with this?
My normal url is "https://networkservices.stream/wp-content/uploads/2020/12/blue-vector-1.png"
It should redirect to: "https://media.networkservices.stream/2020/12/blue-vector-1.png"
Thank you
Last edited: