proxomitronで動いていたものがproxydomoで動きません
人から流用したものなのでどういじればいいか全くわかりません
radiko関連ソフトですぐに503になる番組表データをPCにあらかじめ置いておいて都度それを読み込むようにするフィルタです

<filter>
<Active>true</Active>
<title>radiko_program</title>
<version/>
<author/>
<comment/>
<filterType>1</filterType>
<headerName>URL</headerName>
<multipleMatches>false</multipleMatches>
<windowWidth>256</windowWidth>
<boundsPattern/>
<urlPattern>radiko.jp/v2/api/program/</urlPattern>
<matchPattern>http://radiko.jp/v2/api/program/(today|tomorrow)\0?area_id=(*)\1</matchPattern>
<replacePattern>$RDIR(file:///C:/App/radika/bangumihyo/\0@area_id=\1)</replacePattern>
</filter>

proxydomoでは502 Bad Gatewayとなってしまいます
解決策がわかる方がいたらよろしくお願いします