You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to get the request data schema(http or https) and host(site.ru or www.site.ru ). php has $_SERVER['REQUEST_SCHEME'] and $_SERVER['HTTP_HOST']. I've tried, how do I get them?
PS "At the moment, I only see $request->server['request_uri'] and $request->server['query_string']"
The text was updated successfully, but these errors were encountered:
I need to get the request data schema(http or https) and host(site.ru or www.site.ru ). php has $_SERVER['REQUEST_SCHEME'] and $_SERVER['HTTP_HOST']. I've tried, how do I get them?
PS "At the moment, I only see $request->server['request_uri'] and $request->server['query_string']"
The text was updated successfully, but these errors were encountered: