HTTP error
#7

Quote:
Originally Posted by qRazor
View Post
I have SSL certificate to the web.
I think this is your problem. Because the HTTP function in samp doesn't follow redirects and you probably redirect all http requests over https with some file like .htaccess(if you use apache). Try to stop the redirect only for this url.

StackOverflow: https://stackoverflow.com/a/7073258
Quote:
Originally Posted by Eddy Freddy @ StackOverflow
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} !^/yournonhttpsdirectory/
RewriteRule ^(.*)$ https://www.domain.xyz/$1 [R,L]
Reply


Messages In This Thread
HTTP error - by qRazor - 27.03.2019, 14:02
Re: HTTP error - by justinnater - 28.03.2019, 03:06
Re: HTTP error - by qRazor - 28.03.2019, 14:42
Re: HTTP error - by qRazor - 28.03.2019, 15:28
Re: HTTP error - by justinnater - 28.03.2019, 17:00
Re: HTTP error - by qRazor - 29.03.2019, 13:20
Re: HTTP error - by bgedition - 29.03.2019, 15:00
Re: HTTP error - by bgedition - 29.03.2019, 15:23
Re: HTTP error - by justinnater - 29.03.2019, 17:01
Re: HTTP error - by bgedition - 29.03.2019, 17:13
Re: HTTP error - by justinnater - 29.03.2019, 17:26
Re: HTTP error - by bgedition - 29.03.2019, 17:33
Re: HTTP error - by qRazor - 29.03.2019, 17:35
Re: HTTP error - by bgedition - 29.03.2019, 17:47
Re: HTTP error - by qRazor - 29.03.2019, 18:04
Re: HTTP error - by bgedition - 29.03.2019, 18:14
Re: HTTP error - by qRazor - 29.03.2019, 18:22
Re: HTTP error - by bgedition - 29.03.2019, 18:34
Re: HTTP error - by qRazor - 29.03.2019, 18:50
Re: HTTP error - by bgedition - 29.03.2019, 18:54
Re: HTTP error - by qRazor - 29.03.2019, 18:57

Forum Jump:


Users browsing this thread: 3 Guest(s)