Re: Pyrolite and JavaScript in browser

Irmen de Jong <[email protected]> Sun, 08 Mar 2015 00:49:01 +0100
Newsgroups gmane.comp.python.pyro
Message-ID <[email protected]>
On 7-3-2015 19:56, Richard wrote:
> Yes I can see that. But I do have a serious problem with rights.
> No matter what I choose on the gateway site, I get:
> 
> ERROR: 403 Forbidden 
> 403 Forbidden - access to the requested object has been denied
> 

As the documentation says, this means you're trying to access an object that is not
exposed by the configuration you're using.

Review the expose pattern passed to the httpgateway.
It's the same as you can pass to nsc listmatching, so use that to check if you're
exposing the right objects.

The default is set to "http." and that is probably not what your object names start
with. Either rename your objects or use a different expose pattern.

Irmen


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/