Jump to content

Weird URL characters on Facebook login redirect


Ivan Ivković

Recommended Posts

http://pixpresso.mycyberlove.com/

 

This is my test hosting for this site I'm making.

Navigation and facebook login are almost done.

 

So, the problem is that after facebook login URL is http://pixpresso.mycyberlove.com/#_=_

 

Why is this? Is this bad, should I and can I remove this?

I don't see how it would. The hash should be entirely client-side, and shouldn't be used in any sort of authentication or verification.

 

<script type="text/javascript">
if( location.hash == '#_=_' )
	location.hash = '';
</script>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.