Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [.aspxauth]

Cookie generated by remote server that identifies the user and allows authentication to the server. The contents of the cookie is signed and encrypted.

.aspxauth
0 votes
0 answers
24 views

Downloading Sharepoint .aspx files via custom C# program - SSL Error

I am working on a university project. I have a c# program that should be able to download an ASPX file from Sharepoint. I am connecting to Sharepoint with a Cisco AnyConnect VPN. (CODE BELOW) The ...
Codermb1138's user avatar
0 votes
0 answers
38 views

How to use Python to download file behind ASP.NET form?

So, I already tried to do this with regular curl from the Linux shell, but it was not working (spoiler, it outputs the same error here in python). Basically, I: GET the page Parse it and store ...
Tabo's user avatar
  • 1
0 votes
0 answers
79 views

Download file behind ASP.NET with cURL

I need to download a file hosted behind a ASP.NET server form using cURL from the Linux shell. However, when I POST the parameters the server returns the webpage notifying that the numeric ID input ...
Tabo's user avatar
  • 1
0 votes
1 answer
63 views

how to create a batch script to automatic aspx page login?

I want to create a batch script to automatic login aspx page, how to do it ? this is my script code: @echo off REM Set variables set "url=http://abctest.aspx" set "username=test set &...
Lucky R's user avatar
0 votes
1 answer
1k views

Integrating Azure AD Authentication into Legacy ASP.NET Framework 4 Web Project (ASPX) - Need Implementation Guidance

I'm looking for guidance on integrating Azure AD authentication into a legacy ASP.NET webforms project built for .NET Framework 4 (specifically, .ASPX pages). Despite extensive research, I haven't ...
Snooper_A's user avatar
  • 125
1 vote
1 answer
54 views

In MySQL If 'CURDATE' is today, what is tomorrow?

I want bookings for tomorrow to receive an auto-email as a reminder, but I'm unsure how to only send to tomorrows clients. Set rs = Server.CreateObject("ADODB.Recordset") strSQL = "...
Danny Thompson's user avatar
-2 votes
1 answer
70 views

whats the difference between those links?

link 1 = https://website.com/ %D7%9C%D7%99%D7%9E%D7%95%D7%93%D7%99%D7%9D link 2 = https://website.com/q.aspx?q= %D7%9C%D7%99%D7%9E%D7%95%D7%93%D7%99%D7%9D whats the difference and how they work, ...
Haim Ohayon's user avatar
0 votes
1 answer
581 views

Persistent Cookie ( 4728 ) How to set .ASPXAUTH cookie's expires as session cookie?

I am having medium security issues with scanning software [ Cookie Security: Persistent Cookie ( 4728 ) ] Its seems that I used a persistent cookie. I have found some answers tell to not set ...
楊宇恩's user avatar
  • 119
0 votes
1 answer
3k views

The wait operation timed out. .aspx

I created an internal website for our company. It run smoothly for several months and then I add more items to website. When I run in live, it run normally. Then suddenly one of my user from another ...
userdd's user avatar
  • 1
2 votes
1 answer
930 views

Include Azure AD authentication in legacy “aspx” project

I am searching a way to include authentication using Azure AD in a legacy web project (net framework 4 apsx) but I can’t found any doc or example, only for most recent MVC project, SPAs... Anyone ...
GustavoAdolfo's user avatar
0 votes
0 answers
205 views

Ajax call to web service returns Error 401: Unauthorized

Hello I have a C# ASMX Web Service, everything works fine on my local IIS, the problem is when I move my project to my server. Now when I try to execute any ajax call I get a form to type username and ...
User1899289003's user avatar
0 votes
1 answer
227 views

Logging into website and scraping data

The website I am trying to log in to is https://realitysportsonline.com/RSOLanding.aspx. I can't seem to get the login to work since the process is a little different to a typical site that has a ...
CBW's user avatar
  • 35
0 votes
2 answers
566 views

Jmeter .ASPXAUTH cookie handling

Action: Login page enter a username and password, after that .ASPXAUTH cookie set and these are maintain all the rest of the http request The above said cookie (.ASPXAUTH) not stored in cookie ...
Prabu's user avatar
  • 3,668
1 vote
0 answers
447 views

.ASPXAUTH cookie missing sometimes

I'm having some trouble with one of our websites. We're using ASP.Net MVC 5, and the website is using HTTPS. After logging in, the user is redirected to a Secure page, which includes a cachemanifest. ...
KMoelgaard's user avatar
0 votes
1 answer
181 views

Can someone help me add a refresh token to my code that calls artist information through a search bar in spotify

After researching how to do so I have been unable to get it to work. As of current I have to manually update my authorization token every 3600 seconds. Here is my code I am running through an aspx.cs ...
James's user avatar
  • 9

15 30 50 per page
1
2 3 4 5