this post was submitted on 19 May 2025
104 points (98.1% liked)

Web Development

3935 readers
1 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 2 days ago (2 children)

My company banned the use of postman for a few years now.

If it requires a login, you can be sure it is scraping everything it can.

[–] [email protected] 0 points 2 days ago (1 children)

@lorty @webdev you ever run into issues/cases where a third-party you integrate with sends you a Postman collection and expects you to use it for testing?

[–] [email protected] 2 points 2 days ago

Not from a third party, but I did have to adapt a lot of collections to use on Insomnia. It does allow importing from the postman v3 collection format, but it's a bit hit or miss on wether it works 100%. I had a few problems with sequential requests, but they were easy enough to fix in my case.

If it's just for testing, I'd try that. If they require Postman it for validation purposes, then there really isn't much you can do.