Helpp - Excel VBA check HTTP authetication Login

sergioljm

New Member
Joined
Aug 29, 2016
Messages
1
Hello Guys, I’m Sergio

Hope someone can help me; I work for a local Maintenance Telecomunication company in Brazil.

My problem, we are responsible for the maintenance of 144 internal security system (internal equipment CCTV, dor alarms)

Everyday a new Login and Password is automatically set (the same for the 144 Sites). I’m responsible to check and report to security area every day login and password were changed. Today I need to do this one by one

The authentication is a http basic authentication , and the Address are IP’s.

I also don’t need enter in the webpage, I just need to know if the new password is set. Just need to know if the authentication is ok for the new password

My report and test table is simple -

- 3 Column A, B, C
- 144 IP's line
- The daily Login and Password

[TABLE="width: 368"]
<tbody>[TR]
[TD][/TD]
[TD]Day Password
[/TD]
[TD]29/08/2016
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Login
[/TD]
[TD]xpto
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Password
[/TD]
[TD]xpto
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]IP (example)
[/TD]
[TD]Status
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]183.21.51.218:81
[/TD]
[TD]Changed
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]183.21.51.219:81
[/TD]
[TD]Changed
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]183.21.51.220:81
[/TD]
[TD]Changed
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]183.21.51.221:81
[/TD]
[TD]Fail
[/TD]
[/TR]
[TR]
[TD]...
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 368"]
<tbody>[TR]
[TD]144
[/TD]
[TD]183.21.51.222:81
[/TD]
[TD]Fail
[/TD]
[/TR]
</tbody>[/TABLE]


I hope some VBA could help me, is that possible?

Thanks for all help.


Sergio
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top