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
' (c) Tim Hall - https://github.com/timhall/VBA-Web
12
+
' (c) Tim Hall - https://github.com/VBA-tools/VBA-Web
13
13
'
14
14
' Utilize OAuth1 authentication
15
15
'
@@ -204,7 +204,7 @@ Public Function RequestUrl(Client As WebClient, Request As WebRequest) As String
204
204
' Unless specified, URL scheme and authority MUST be lowercase and include the port number; http default port 80 and https default port 443 MUST be excluded.
205
205
206
206
Dim Parts AsDictionary
207
-
Set Parts = WebHelpers.UrlParts(Client.GetFullRequestUrl(Request))
207
+
Set Parts = WebHelpers.UrlParts(Client.GetFullUrl(Request))
0 commit comments