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
When using the WordPressClient(HttpClient httpClient, string defaultPath = DEFAULT_PATH) constructor the WordPressUri is set based on the httpClient.BaseAddress and a trailing / is added. However, the httpClient passed to the HttpHelper still has the URI without the leading "/" (valid URI format needs to be this). Therefore the generated URLs in the Client based on DEFAULT_PATH (changeable) and _jwtPath (read-only) are incorrect.
The text was updated successfully, but these errors were encountered:
When using the WordPressClient(HttpClient httpClient, string defaultPath = DEFAULT_PATH) constructor the WordPressUri is set based on the httpClient.BaseAddress and a trailing / is added. However, the httpClient passed to the HttpHelper still has the URI without the leading "/" (valid URI format needs to be this). Therefore the generated URLs in the Client based on DEFAULT_PATH (changeable) and _jwtPath (read-only) are incorrect.
The text was updated successfully, but these errors were encountered: