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.

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

More: what is ASPXAUTH cookie?

64 questions
0
votes
2 answers

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 section. Please refer the screen shot Response header…
Prabu
  • 3,550
  • 9
  • 44
  • 85
0
votes
1 answer

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 document. using System; using…
James
  • 9
  • 1
  • 7
0
votes
1 answer

Jsoup Login aspx It is not working correctly

Can you help me for login to aspx site with JSoup. My Code; package jsouplogin; import java.io.IOException; import org.jsoup.Connection; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; public class JSoupLogin { public static void…
0
votes
1 answer

error while doing page login for ASP.NET application and SQL server

{ public DataTable EmpLoginbyId() { SqlConnection con = new SqlConnection("server=(local);database=schoolsystem;integrated security=true"); SqlCommand cmd = new SqlCommand(); DataTable dt = new DataTable(); …
0
votes
1 answer

ASPX Login Controls work on everyone's computer except mine

I'm using VSEW 2013 and running windows 10. I created a login page (Login.aspx) and a signup page (SignUp.aspx). I used the standard controls and did not add any code behind to them. They are out of the box controls. What works: Creating an…
Kyle T
  • 3
  • 1
0
votes
1 answer

Javascript pull data from website (member site)

I haven't written any code for this yet as I am trying to figure out how to do it first. I have a site at work that I have to log into with a password. Its a site that we use to manage our lanes (I work in transportation currently) the information…
0
votes
1 answer

QR code not displaying in gmail

I am sending qr code in mail. when i sent mail to yahoo account , its displaying

Gurpreet
  • 1
  • 1
0
votes
1 answer

Persisting .aspxauth membership cookie

I recently moved a website from one host to another. Before the move the forms authentication was working as normal, and users stayed logged in across sessions. After the move users get logged out after a seemingly random amount of time. I checked…
cedd
  • 1,741
  • 1
  • 21
  • 34
0
votes
1 answer

Decrypting the .ASPXAUTH Cookie

When I login to a website, my browser receives a cookie with the name "ASPXAUTH". I want to decode the data in that cookie. The string is as shown…
user3717270
  • 97
  • 2
  • 8
0
votes
1 answer

How to include file include at asp.net?

I m developing a .asp site for my a client. I m new at .asp, I know file including in php. Such: But I try at asp this way.But Not work. I got a blank page. Now I would like to know: How to include file include…
Saiful Islam
  • 332
  • 6
  • 15
0
votes
1 answer

How to correctly include .ASPXAUTH and ASP.NET_SessionId cookies with NSMutableURLRequest

I've been at this problem for a few days. My app needs to login to an ASP.NET (version: 4.0.30319, MVC version: 3.0) server and then post via a NSMutableURLRequest to a restricted page (a page that requires you to be logged in to access). Currently…
alicooke
  • 108
  • 1
  • 1
  • 6
0
votes
1 answer

Problems with authenticating an aspx page from within Python

There are a couple of related questions on here, but I haven't been able to solve my problem by looking at their answers so I thought I would give this a go. Basically I am trying to download some *.zip files from a website that requires a…
Ben
  • 1,638
  • 2
  • 14
  • 21
0
votes
1 answer

.ASPXAUTH exprires so soon

I have these on my web.config of my root directory
Sam San
  • 6,567
  • 8
  • 33
  • 51
0
votes
1 answer

Why do I have 2 ASPXAUTH cookie instead of 1?

i am creating an asp.net application, it's already working by now, but the problem is when i use "Live HTTP Headers" i found that my site have 2 ASPXAUTH cookie, and the one being used is the bottom one. here i give a screen shoot what i found:…
NomNomNom
  • 811
  • 3
  • 12
  • 37
0
votes
1 answer

JS Statement for Client Side Alert in .aspx.vb

I am fairly new to hard coding & VS. I have successfully created a couple applications using .aspx so I am beginning to understand a little more. I have a form (.aspx) which has a yes/no dropdown box, if the user selects yes, it's necessary to…
Kathy
  • 25
  • 1
  • 1
  • 2