Cloudflare Worker improvement -- 2
Budget: €30 – €250 EUR
We need to finish a Cloudflare worker, we have some features still pending.
This worker depending on https request coming from a special folder. for instance. mydomain.com/subdomain/*
redirect the request to another webapp hosted in. subdomain.newdomain.com ( not webapp in mydomain.com). GET the response , rewrite all relative paths and absolute paths and serves HTML from subdomain.newdomain.com in mydomain.com/subdomain*
This part is already working ( GET method) . but now We need to finish POST method.
Worker must rewrite POST from mydomain.com/subdomain to subdomain.newdomain.com
This worker depending on https request coming from a special folder. for instance. mydomain.com/subdomain/*
redirect the request to another webapp hosted in. subdomain.newdomain.com ( not webapp in mydomain.com). GET the response , rewrite all relative paths and absolute paths and serves HTML from subdomain.newdomain.com in mydomain.com/subdomain*
This part is already working ( GET method) . but now We need to finish POST method.
Worker must rewrite POST from mydomain.com/subdomain to subdomain.newdomain.com