HTTP Login

This could be a dumb question – I’m trying to use an HTTP module to log into

https://secure.getjobber.com/login
Navigate to a url

and return the JSON at that location.

So far, all I am getting is an error that I must be logged in to access this area. Step 1 shows a 200 with a session cookie so it looks like its logged in but not logging in? I can’t find any documentation on this?

1 Like

Hi @Bobby_Brooks, did you ever manage to interact with getjobber? I am in a similar situation and am looking for pointers.

1 Like

Hi,

Status code 200 means: success, the server received and successfully processed the request.

PBI

3 Likes