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
4
votes
0 answers

Set Content-Type per file in Multipart upload using Paw HTTP Client

Is there a way to set the Content-Type per file in a multipart upload? All I can see is adding Content-Type at the overall request and that needs to be Content-Type: multipart/form-data Update with example of request: When I insert a file (of type…
abh
  • 422
  • 6
  • 16
4
votes
1 answer

Request Variable on each run

I'm using paw to test our API as well as run customer support for various problems that occur. Right now we're using request variables to manage the parts of the API call both URL or Body that are variable. However, its common for us to forget to…
Ryan Poolos
  • 18,421
  • 4
  • 65
  • 98
4
votes
0 answers

Is it possible to use paw and create a parsed loop?

I'd like to parse the return of a request that has many bits of data. Can paw create an array and rerun requests? Example: My get returns 50 segments and I want to run a subsequent request against each of those 50 segments. Not the most efficient…
J Balrog
  • 53
  • 5
4
votes
1 answer

Creating request with Environment Variables in Paw

In Paw app, if we create a request manually, we can invoke the context menu and pick a environment variable. In this case the URL looks likes this: And it would be updated should I change the environment or the variable itself. I'm trying to…
esfy
  • 673
  • 1
  • 6
  • 13
4
votes
1 answer

Paw app not rending requests

I just update Paw to last version 3.0.8 but I can't send new requests anymore. All the times I try to send a request the following message is shown: No HTTP Exchange There are no HTTP Exchanges in the history for this request. Someone else have…
Oniz
  • 403
  • 1
  • 5
  • 7
4
votes
1 answer

Having a variable in the auth password stay encrypted

I'm working with a couple of API's that use basic auth. The credentials differ between environments and I have usernames and passwords as separate variables. I really like how Paw 3 has encrypted password field and how it hides the base64…
4
votes
1 answer

How to set custom User-Agent in Paw?

By default, Paw sets the User-Agent to something like Paw/2.3.4 (Macintosh; OS X/10.11.6) GCDHTTPRequest. Is there any way to tweak that for testing purposes? I know I can just use curl, but I really like Paw.
Waynn Lue
  • 11,344
  • 8
  • 51
  • 76
4
votes
1 answer

Extract part of an URL behind a login page with Paw

I'm a newbie but I think Paw can do what i need : I need to extract a session id behind a login page. I go to https://admin.booking.com, filling the form (login and pass) and the landing page behind includes a session id…
David
  • 43
  • 3
4
votes
1 answer

curl --Digest Authentication with PAW-App

Connecting to an API using curl with -u username:api-key --DIGEST works fine. But how to test it with API Clients like PAW-App ?
4
votes
1 answer

How would I verify that a REST API call is compressing the response using Paw?

I have a REST API that I'm trying to get working with GZIP compression. I'm testing the API using Paw. My response is application/json. Three Paw-specific questions: Once I get this working on the server, is there anything I need to do to configure…
Chris Williams
  • 11,647
  • 15
  • 60
  • 97
4
votes
1 answer

Mac PAW app - get form authentication token

I'm trying to authenticate automatically using Paw and to do this I need to make a request to the login page parse the html response to get an auth token from a login form send the authentication request but I don't know how to do that... Anyone…
titiyoyo
  • 911
  • 1
  • 11
  • 28
4
votes
1 answer

Add Content-Transfer-Encoding to multipart/formdata

I need to make a multipart/form-data request Which should look like these: Content-Disposition: form-data; name='file' Content-Type: application/pdf Content-Transfer-Encoding: base64 ...Base64Content... I know how I could transform a file into…
blacksheep_2011
  • 1,083
  • 3
  • 11
  • 22
4
votes
1 answer

Support for auto-refresh Access Tokens?

So I just started using Paw to replace Soap UI on my new MBP. And for the most parts it looks like it is much easier to work with. For the solution I am working on the support for OAuth2 is a real plus. But compared to Soap UI there is one thing…
Kristoffer
  • 410
  • 2
  • 6
  • 16
4
votes
0 answers

Making Facebook Authorisation with Paw

I'm trying to reproduce Facebook Login flow for mobile app. So I have to Login with Facebook, retrieve Facebook profile and then login to my server with Facebook token and profile data. To Do it I have created two requests: facebook/me - to get…
4
votes
0 answers

How can I execute concurrent HTTP requests in Paw?

In Paw if I have a long running request and attempt to invoke another I'm presented with a dialog that says Stop request? A request is currently running. with the options Cancel, Stop and Stop & Send. How can I keep the first request running and…
Jeremy Raymond
  • 5,817
  • 3
  • 31
  • 33
1 2
3
19 20