2
我想用POST參數創建重定向響應。例如控制器返回一些重定向應答使上http://example.comsymfony2 redirectResponse
...
return new RedirectResponse('http://example.com');
...
重定向有什麼辦法來重定向到該網址(http://example.com),並使用RedirectResponse類發送POST參數,這個網址是什麼?