https://login.microsoftonline.com/259f6def-4e3d-4091-a8a3-771317e28359/oauth2/authorize?client_id=d9b00be9-40c8-420b-ab15-9b0ebc70fbf9&response_type=code%20id_token&scope=openid%20profile&state=OpenIdConnect.AuthenticationProperties%3D2tKl3ZPJgGd0V8pRnw23KpMgd1QtO0auJWIFXESBPNi7e6m5Lf1vqYzusk8acgivfiJjI7GmSSIIOHqY3oK3OhBbECkD0bQ6fqc770aSI61oUPdIgSeSYbbyVlgQzxbpMBNuu-0Y8UAKUsA6Uw_Brw&response_mode=form_post&nonce=638852271901305776.NTFlMGZkYjItY2JjMi00Y2YxLTgzMjgtODc2MDNkZGRjMzVjZWJjNTRmODYtNTYyNi00NzhiLWI5YzQtNmI0YTI2ZGViODQ3&prompt=select_account&x-client-SKU=ID_NET472&x-client-ver=6.12.2.0
Wednesday, June 11, 2025
Tuesday, June 10, 2025
Monday, June 9, 2025
Sunday, June 8, 2025
Cyber ( secure intranet mx01.marinha.pt url decoded )
import urllib.parse
encoded_url = "https%3A%2F%2Fmx01.marinha.pt%2Fintranet%2Fsecure"
decoded_url = urllib.parse.unquote(encoded_url)
print(f"Decoded URL: {decoded_url}")
Subscribe to:
Comments (Atom)