Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/Interfaces > API/Runtime/HTTP/Interfaces/IHttpBase
- IHttpBase::GetEffectiveURL()
- FHttpRequestAdapterBase::GetEffectiveURL()
- FHttpRequestCommon::GetEffectiveURL()
- FHttpResponseCommon::GetEffectiveURL()
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpBase.h |
| Include | #include "Interfaces/IHttpBase.h" |
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.