Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/GenericPlatform > API/Runtime/HTTP/GenericPlatform/FHttpResponseCommon
- IHttpBase::GetEffectiveURL()
- FHttpResponseCommon::GetEffectiveURL()
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/HttpResponseCommon.h |
| Include | #include "GenericPlatform/HttpResponseCommon.h" |
| Source | /Engine/Source/Runtime/Online/HTTP/Private/GenericPlatform/HttpResponseCommon.cpp |
virtual const FString & GetEffectiveURL() const
Remarks
Get the effective URL in case of redirected. If not redirected, it's the same as GetURL the effective URL string.