cancel
Showing results for 
Search instead for 
Did you mean: 

ReWriter - Object Expected error on login.asp

SOLVED
Jickfoo_
Super Contributor

ReWriter - Object Expected error on login.asp

This simple web app is made by InfoEd. I just need to rewrite it so users from another company can log in. The page looks fine and rewrites ok except when you click the login button:

Error on page

Object expected

,Danainfo=hostname.company.com+login.asp

Code: 0

URI: https://hostname.company.com/,DanaInfo=hostname.company.com+login.asp

I tried messing with caching options, etc with no luck. If anyone has any ideas please share.

Thanks,

Justin

1 ACCEPTED SOLUTION

Accepted Solutions
Jickfoo_
Super Contributor

Re: ReWriter - Object Expected error on login.asp

Gotta rewrite because the users arent local.

I ended up using Passthrough Proxy. I had to open a port to the SA but it appears users automatically redirect to this after the login. A nice little feature. The old javascript works now.

Kind of slow but functional.

View solution in original post

3 REPLIES 3
Jickfoo_
Super Contributor

Re: ReWriter - Object Expected error on login.asp

The IVE is rewriting the javascript which is when it breaks.

TRK-NKA_
Contributor

Re: ReWriter - Object Expected error on login.asp

Use selective rewrite to NOT rewrite should help I guess if the problem is the rewriting.

Jickfoo_
Super Contributor

Re: ReWriter - Object Expected error on login.asp

Gotta rewrite because the users arent local.

I ended up using Passthrough Proxy. I had to open a port to the SA but it appears users automatically redirect to this after the login. A nice little feature. The old javascript works now.

Kind of slow but functional.