我正在向网站发送基本身份验证请求以登录用户。如果他们的凭据是正确的,我想显示仪表板。因此我需要redirectURL进入“+ curl:curl resource @ 212▼”下的“redirect_url”
这是我的代码。我想在$ redirectUrl 1
中获取重定向网址$curl = new Curl\Curl();
$curl->post('https://xyz.ryver.com/application/login', array(
'username' => 'xyza@xyz.com',
'password' => 'mypass',
));
$redirectUrl= ""; //store redirecting URL here
return redirect($redirectUrl);
我希望获得此“redirect_url”的值2
答案 0 :(得分:0)
试试此代码
textField.attributedPlaceholder
希望得到这个帮助。