<div dir="ltr"><div>I am learning Smalltalk, and I am developing a REST service on top of Pharo 3 with Latest update #30859.  I have installed the latest SeaSide   I have done a Manual Installation of the most recent Configuration of SeaSide.  And I have installed the latest SeaSide30Addons.  I would like to ask a few questions:</div><div><br></div><div> <br></div><div>1) Why do I see this error in SeaSide, and how do I fix it?  I have the latest SeaSide running on latest Pharo 3 with Seaside-REST</div><div><br></div><div><a href="http://localhost:8080/">http://localhost:8080/</a></div><div><br></div><div>Error: you are forbidden to access &quot;/&quot;   </div><div><br></div><div>2) I have a Seaside REST object  that is not responding to the URL request below.</div><div><br></div><div><a href="http://localhost:8080/weight/kg?lb=10">http://localhost:8080/weight/kg?lb=10</a></div><div><br></div><div>I have the following class/instance configuration.  Am I missing something else?</div><div><br></div><div>WARestfulHandler subclass: #WeightRestHandler</div><div>its class initialize method contains:</div><div>WAAdmin register: self at: self &#39;weight&#39;.</div><div><br></div><div>And it has an instance method &quot;weight&quot; with following annotation:</div><div><br></div><div>&lt;get&gt;</div><div>&lt;produces: &#39;text/json&#39;&gt;</div><div>&lt;path: &#39;/{toUnit}?{fromUnit}={aNumber}&#39;&gt;</div><div><br></div><div>Rubens</div>
</div>