YOU SAID:
In case you have a controller website=True without website installed, the request.redirect() use url_for which one uses request.website_routing on the request, without that it has been set by the website dispatcher.
INTO JAPANESE
Webサイトがインストールされていないコントローラーwebsite = Trueがある場合、request.redirect()は、リクエストでrequest.website_routingを使用するurl_forを使用します。
BACK INTO ENGLISH
If there is a controller website = True with no website installed, request.redirect () uses url_for which uses request.website_routing in the request.
INTO JAPANESE
WebサイトがインストールされていないコントローラーWebサイト= Trueがある場合、request.redirect()はurl_forを使用し、リクエストでrequest.website_routingを使用します。
BACK INTO ENGLISH
If there is a controller website = True with no website installed, request.redirect () uses url_for and request.website_routing in the request.
INTO JAPANESE
WebサイトがインストールされていないコントローラーWebサイト= Trueがある場合、request.redirect()は、リクエストでurl_forおよびrequest.website_routingを使用します。
BACK INTO ENGLISH
If there is a controller website = True with no website installed, request.redirect () uses url_for and request.website_routing in the request.
Well done, yes, well done!