Questions tagged [paw-app]

RapidAPI (formerly Paw) is a REST client for OS X. It supports dynamic variables, multiple environments, and code generation in several languages (including Swift and Objective-C).

RapidAPI (formerly Paw) is a REST client for OS X. It supports dynamic variables, multiple environments, and code generation in several languages (including Swift and Objective-C).

287 questions
3
votes
1 answer

Paw - Support for https mutual (client-side cert) authentication?

Trying out PAW and liking it very much. The only thing I don't manage to get working is using HTTPS mutual auth. Some of the APIs I need to interact with require mutually authenticated https. How do I tell PAW to use a cert to authenticate? The cert…
JJarava
  • 552
  • 10
  • 18
3
votes
0 answers

Parallel (automated) requests in Paw

I need to do parallel requests or request that come fast after each other to test some API functions in a software. Can Paw make the same requests every 300ms, for example, without me spamming the CMD+Enter buttons.
Grinch
  • 167
  • 1
  • 3
  • 11
3
votes
0 answers

Paw support for REST Level 3 (HATEOAS) Navigation? Following links

I'm using Paw as a client to a REST Level 3 (HATEOS) API. As part of REST Level 3 links to related resources are discoverable as part of the response returned. Does Paw provide any REST Level 3 specific support such as making it easy to follow the…
dansoton
  • 391
  • 2
  • 8
3
votes
1 answer

How Paw read dynamic values from a csv or json file?

Can I have Paw for mac (http rest client) read Dynamic Values from a csv or json file? I need to run 10000 APIs by using different Dynamic Values in my collections.
Richard Mao
  • 202
  • 3
  • 12
3
votes
1 answer

Paw opens link in external browser

When developing endpoints I need to follow a rather complex/cumbersome login process to authenticate with our gatekeeper. For this I open the developer login page in Paw. It opens inside paw and renders the content properly. If I then click the…
Harro
  • 65
  • 5
3
votes
1 answer

How to use custom HTTP methods in Paw?

I can't find way to perform some types of requests (like REPORT and PROPFIND, that used in webDav protocol). In general, how can I send a request with an arbitrary method name?
Micha Mazaheri
  • 3,481
  • 1
  • 21
  • 26
3
votes
1 answer

Paw - pass response to subsequent call

The documentation for Response Parsed Body Dynamic Value doesn't make much sense to me. I r-clicked on the JSON response element as described, in this case, userid…
Mike S.
  • 2,048
  • 1
  • 32
  • 55
3
votes
0 answers

Slow requests PAW REST client trial

I am evaluating the PAW REST client trial and get extremely slow response time. Same request with browser take about 150ms and 5-6 seconds with PAW. Is that normal or have I missed something?
prometheus
  • 802
  • 3
  • 9
  • 21
3
votes
0 answers

paw : Mutual Authentication 2 Way SSL

Does Paw Rest Client support Mutual Authentication (2 Way SSL) ? I could not find how to define a keystore. Thanks. Florent.
2
votes
0 answers

Repeat values in PAW, POST request

I wanted to ask if it is possible to repeat elements in a POST request in PAW and how to do so? Basically, given the POST request BODY: [ { "zip":"DYNAMIC_VALUE" } ] Can I then repeat this entry multiple times? Let's say I want to repeat this…
chitzui
  • 3,778
  • 4
  • 28
  • 38
2
votes
0 answers

How to document response json object in PAW

I'm using PAW for testing and documentation writing, everything is okay, PAW works like its needed but when I send the request and got the JSON object response, how to document it (for example if I export to swagger, this is the…
2
votes
1 answer

Why is my custom header not present sometimes?

How do I get my custom header all the way to my Rails application when running behind nginx and Phusion Passenger? It is possible, please see details below, but when I just use the headers pane in Paw it is not passed through. I am using Paw to test…
Scott
  • 674
  • 1
  • 7
  • 15
2
votes
0 answers

How do I compare changes between branches in Paw Cloud?

When working with git, I'm in the habit of reviewing all of my changes before pushing. I'd like to be able to do the same for Paw. I just can't seem to find any information on making this or other comparisons. I'd also like to see what others have…
Ethan Kent
  • 36
  • 3
2
votes
0 answers

Dollar sign ($) not escaped in request

When creating a HTTP GET request, adding where={"email":{"$exists":false}} as text in the body results in curl "https://---omitted---" \ -H 'X-Parse-Application-Id: ---omitted---' \ -H 'X-Parse-REST-API-Key: ---omitted---' \ -H…
Julian Vogels
  • 668
  • 1
  • 6
  • 21
2
votes
1 answer

macOS Paw - Parse response cookies for request header

How do I parse a response cookie and sent back a specific value into a request header? I'm making a request: it's sending back a token in a session cookie (token=longstrong). I need to grab that cookie, parse out token, and send back the value in a…
guice
  • 976
  • 4
  • 11
  • 31