gpt4 book ai didi

php - 重定向到外部 URL 并在 laravel 中返​​回

转载 作者:IT王子 更新时间:2023-10-29 01:13:08 27 4
gpt4 key购买 nike

我正在尝试使用 SMS INDIA HUB API 向用户发送一次性密码。为此,我需要重定向到 URL 格式:

http://cloud.smsindiahub.in/vendorsms/pushsms.aspx?user=abc&password=xyz&msisdn=919898xxxxxx&sid=SenderId&msg=test%20message&fl=0&gwid=2

如果我们加载这个 URL,它会返回一些信息。我需要将该消息发送给。

我试过这样

$url = "http://cloud.smsindiahub.in/vendorsms/pushsms.aspx?user=wwww&password=eee&msisdn=9197xxxxx&sid=yyyyy&msg=rrrrr&fl=0&gwid=2";

return Redirect::intended($url);

但它不指向该链接。它会尝试在本地主机中加载该 URL。

或者是否有任何插件可以使用 SMS INDIA HUB 发送短信?

有人能帮忙吗??

最佳答案

你应该能够像这样重定向到 url

return Redirect::to($url);

You can read about Redirects in the Laravel docs here.

关于php - 重定向到外部 URL 并在 laravel 中返​​回,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28642753/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com