<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>http Архиви - rosen4o.net</title>
	<atom:link href="https://rosen4o.net/tag/http/feed/" rel="self" type="application/rss+xml" />
	<link>https://rosen4o.net/tag/http/</link>
	<description></description>
	<lastBuildDate>Fri, 14 Oct 2016 11:28:50 +0000</lastBuildDate>
	<language>bg-BG</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource</title>
		<link>https://rosen4o.net/2016/10/14/cross-origin-request-blocked-the-same-origin-policy-disallows-reading-the-remote-resource/</link>
					<comments>https://rosen4o.net/2016/10/14/cross-origin-request-blocked-the-same-origin-policy-disallows-reading-the-remote-resource/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Fri, 14 Oct 2016 11:28:50 +0000</pubDate>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[rewrite]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=1075</guid>

					<description><![CDATA[<p>If you have following error Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at Then you need to add some lines to your .htaccess file &#60;IfModule mod_rewrite.c&#62; RewriteEngine On RewriteBase / Header add Access-Control-Allow-Origin &#8222;*&#8220; Header<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2016/10/14/cross-origin-request-blocked-the-same-origin-policy-disallows-reading-the-remote-resource/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2016/10/14/cross-origin-request-blocked-the-same-origin-policy-disallows-reading-the-remote-resource/">Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you have following error</p>
<p>Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at</p>
<p>Then you need to add some lines to your .htaccess file</p>
<blockquote><p>&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /</p>
<p><strong>Header add Access-Control-Allow-Origin &#8222;*&#8220;</strong><br />
<strong>Header add Access-Control-Allow-Headers &#8222;origin, x-requested-with, content-type&#8220;</strong><br />
<strong>Header add Access-Control-Allow-Methods &#8222;PUT, GET, POST, DELETE, OPTIONS&#8220;</strong></p>
<p>RewriteRule ^index\.php$ &#8211; [L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;</p></blockquote>
<p>Материалът <a href="https://rosen4o.net/2016/10/14/cross-origin-request-blocked-the-same-origin-policy-disallows-reading-the-remote-resource/">Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2016/10/14/cross-origin-request-blocked-the-same-origin-policy-disallows-reading-the-remote-resource/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
