<?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>rpc &#8211; SMsoft &#8211; informatica e dintorni</title>
	<atom:link href="https://blog.smsoft.it/tag/rpc/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.smsoft.it</link>
	<description>consigli settimanali su MacOS, GNU/Linux ed Open Source</description>
	<lastBuildDate>Thu, 01 Feb 2024 08:26:55 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=82671</generator>
	<item>
		<title>Curl: fare un test per vedere se le chiamate XMLRPC su wordpress sono abilitate</title>
		<link>https://blog.smsoft.it/2024/02/13/curl-fare-un-test-per-vedere-se-le-chiamate-xmlrpc-su-wordpress-sono-abilitate/</link>
					<comments>https://blog.smsoft.it/2024/02/13/curl-fare-un-test-per-vedere-se-le-chiamate-xmlrpc-su-wordpress-sono-abilitate/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 13 Feb 2024 09:30:00 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[rpc]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xmlrpc]]></category>
		<guid isPermaLink="false">https://blog.smsoft.it/?p=6196</guid>

					<description><![CDATA[E&#8217; possibile fare una chiamata curl al servizio xmlrpc di wordpress per verificare che sia abilitato. La chiamata da fare è: dove SITO_WEB è l&#8217;url del sito web su cui è installato wordpress enjoy!]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">E&#8217; possibile fare una chiamata curl al servizio xmlrpc di wordpress per verificare che sia abilitato. La chiamata da fare è:</p>



<p class="wp-block-paragraph"></p>



<pre class="wp-block-code"><code>curl -i --referer 'https://SITO_WEB' --location --request POST 'https://SITO_WEB/xmlrpc.php' --data-raw 'system.listMethods'</code></pre>



<p class="wp-block-paragraph">dove SITO_WEB è l&#8217;url del sito web su cui è installato wordpress</p>



<p class="wp-block-paragraph">enjoy!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2024/02/13/curl-fare-un-test-per-vedere-se-le-chiamate-xmlrpc-su-wordpress-sono-abilitate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
