Giter Club home page Giter Club logo

Comments (6)

xnbox avatar xnbox commented on May 20, 2024

Hi Martin,
The documentation is not ready yet.
Very dirty example:

mydata.json

{
    "id": 28,
    "address" : {
        "city": "AAAA",
        "country": "BBB"
    },
    "kkk": [100, 200, 300, 400, 500, 600, 700]
}
POST /action_page.php HTTP/1.1
Content-Type: application/x-www-form-urlencoded

HTTP/1.1 200 OK
Content-Type: text/html
X-Body-Type: text/template

<!DOCTYPE html>
<html lang="en">
<body>
    <h1>Hello, ${address.city} ${address.country}!</h1> <!-- print: Hello, AAA BBB -->
 ${kkk[1]} <!-- print: 200 -->
 ${kkk[$]} <!-- print: some random value from kkk array -->
</body>
</html>

Thanks for your support!!

from deepfakehttp.

mjablecnik avatar mjablecnik commented on May 20, 2024

Thank you very much for your response.
I am trying your example but I gain this Error response:
image

Are you sure that you sent me the right working example?

from deepfakehttp.

xnbox avatar xnbox commented on May 20, 2024

Oh, I see! Bug here.
Fixed in v1.0.14

from deepfakehttp.

mjablecnik avatar mjablecnik commented on May 20, 2024

Yes now it works right now. ;-) Is it also possible to add this variables also into request param or request body?
For example:

POST /action_page_${address.city}.php HTTP/1.1
Content-Type: application/x-www-form-urlencoded

And call it as:

curl -X POST http://localhost:3000/action_page_AAAA.php

Then I will can have all values in the separate file and use only variables..

from deepfakehttp.

xnbox avatar xnbox commented on May 20, 2024

I think this is a great idea!
Thank you!

from deepfakehttp.

xnbox avatar xnbox commented on May 20, 2024

implemented in v1.0,15

from deepfakehttp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.