hello,
i have a problem with urls.
when i enter this url into ZP debug browser bar, go to page tab or even when the url comes from email confirmation it's auto decoded.
this url:
it turn into:
and this is server log (my own server for testing):
107.x.x.168 - - [09/Feb/2016:03:52:34 -0500] "GET /confirm-email/+kLP6O8qnIT/uTeLGxorPMhiHU=?t=b9e34cc603eaf2482f4cf6ef39edfd72 HTTP/1.1"
when i enter the same url into firefox and open it server log is this:
107.x.x.168 - - [09/Feb/2016:03:54:09 -0500] "GET /confirm-email/%2F%2BkLP6O8qnIT%2FuTeLGxorPMhiHU%3D?t=b9e34cc603eaf2482f4cf6ef39edfd72 HTTP/1.1"
as you can see same url is handled different and this cause of the email confirmation page is not loaded on target site.
also when i go to the same url via html ahref click the target url is opening fine.
i have a problem with urls.
when i enter this url into ZP debug browser bar, go to page tab or even when the url comes from email confirmation it's auto decoded.
this url:
Код:
https://www.example.com/confirm-email/%2F%2BkLP6O8qnIT%2FuTeLGxorPMhiHU%3D?t=b9e34cc603eaf2482f4cf6ef39edfd72
it turn into:
Код:
https://www.example.com/confirm-email//%2BkLP6O8qnIT/uTeLGxorPMhiHU%3D?t=b9e34cc603eaf2482f4cf6ef39edfd72
and this is server log (my own server for testing):
107.x.x.168 - - [09/Feb/2016:03:52:34 -0500] "GET /confirm-email/+kLP6O8qnIT/uTeLGxorPMhiHU=?t=b9e34cc603eaf2482f4cf6ef39edfd72 HTTP/1.1"
when i enter the same url into firefox and open it server log is this:
107.x.x.168 - - [09/Feb/2016:03:54:09 -0500] "GET /confirm-email/%2F%2BkLP6O8qnIT%2FuTeLGxorPMhiHU%3D?t=b9e34cc603eaf2482f4cf6ef39edfd72 HTTP/1.1"
as you can see same url is handled different and this cause of the email confirmation page is not loaded on target site.
also when i go to the same url via html ahref click the target url is opening fine.
Последнее редактирование: