godless
godless
CC#
Created by godless on 6/25/2024 in #help
How to use C# to determine the end or next redirection point of a page
i was tryin to do this for 30 mins already
44 replies
CC#
Created by godless on 6/25/2024 in #help
How to use C# to determine the end or next redirection point of a page
how can i do it w/o using it?
44 replies
CC#
Created by godless on 6/25/2024 in #help
How to use C# to determine the end or next redirection point of a page
so how can i see end url
44 replies
CC#
Created by godless on 6/25/2024 in #help
How to use C# to determine the end or next redirection point of a page
yeah, i see
44 replies
CC#
Created by godless on 6/25/2024 in #help
How to use C# to determine the end or next redirection point of a page
i am watching sites that have links to my site to watch google analysis
44 replies
CC#
Created by godless on 6/25/2024 in #help
How to use C# to determine the end or next redirection point of a page
now i nedd to find end URL
44 replies
CC#
Created by godless on 6/25/2024 in #help
How to use C# to determine the end or next redirection point of a page
just some sites
44 replies
CC#
Created by godless on 6/25/2024 in #help
How to use C# to determine the end or next redirection point of a page
any urls
44 replies
CC#
Created by godless on 6/25/2024 in #help
How to use C# to determine the end or next redirection point of a page
i have an excel file where i have URL's and i need to check for some things
44 replies
CC#
Created by godless on 6/25/2024 in #help
How to use C# to determine the end or next redirection point of a page
if i get to site it may redirect me to another URL and if there was a redirection, i need to have a redirection URL
44 replies
CC#
Created by godless on 6/25/2024 in #help
How to use C# to determine the end or next redirection point of a page
while (sheet.Cell(i, 0).ToString() != "") { string t = sheet.Cell(i, 0).ToString(); try { HTML = await client.GetStringAsync(sheet.Cell(i, 0).ToString()); } catch (HttpRequestException e) { i++; continue; } finally { if (HTML != null) { if (HTML.Contains("googletagmanager.com") || HTML.Contains("google-analytics.com")) { sheet.Cell(i, Write - 1).Value = "1"; } else { sheet.Cell(i, Write - 1).Value = "0"; } } //here i nedd to save end URL after redirectings (if there was redirectings) i++; } }
44 replies
CC#
Created by godless on 6/25/2024 in #help
How to skip exception
thanks ❤️
10 replies
CC#
Created by godless on 6/25/2024 in #help
How to skip exception
just how? tried it and it didnt worked
10 replies