最近Java(Servlet)やらPHP、Javascriptなどを使った開発をしていますが、今時のブラウザはすごいですね。IEからChromeまでみんな開発オプションが豊富で、Javascriptのデバッグなどがとても簡単にできるようになっています。 とあるWebページにJSONでリクエストを送って何かさせる、というようなプログラムを作っていて、そのテストのためにわざわざクライアントを作るのも面倒だな(いずれ必要になるとしても)と思い、これもブラウザでできないのかな? と検索したところブラウザの拡張機能などで実現できるようです。 Advanced REST client Chromeにも複数あるようですが、試しに上記のAdvanced REST clientを入れてみました。 HTTPメソッドは一通り(GET/POST/PUT/DELETE)選ぶことができ、またContent-Typeの
Created by the owner of the listed website. The publisher has a good record with no history of violations. Learn more The web developers helper program to create and test custom HTTP requests. THIS APPLICATION IS DEPRECATED BY GOOGLE. Please, install desktop client from https://install.advancedrestclient.com A better API testing tool! Save your time with the easiest API testing tool out there. No
【ポスドク問題】 グローバルCOE:2007~2014年 最先端研究開発支援プログラム(FIRST):2010~2015年 最先端・次世代研究開発支援プログラム:2011~2015年 現在、ポスドク雇用において大きなウェイトを占めている巨大プロジェクトが3つあります。それが、上記の3つのプロジェクトです。ちなみにグローバルCOEは皆さんもご存知の通り、21世紀COEプログラムの後継プログラム(拠点整備継続のため?)です。 さて、そのプロジェクト名の後に実施期間を書いてみたわけですが。皆さん、何かお気付きになりませんでしょうか?・・・そう、どの巨大プロジェクトも2014~2015年に終了を迎えます。即ち、言い換えるとそこでこれらの巨大プロジェクトに雇用されていたポスドクが一斉に解雇され、就職市場に放出されるという事態を意味します。 そもそも、従来はポスドクと言えば以下のファンディングによる雇
ブラウザなら ブラウザなら <form action="hoge.php" method="post" enctype="multipart/form-data"> <input type="file" name="upfile"> <input type="submit" value="up"> </form> こんな感じで送る操作を実装する。 ▲ ▼ ネットワークのライブラリを新しくする 今回multipartのPOSTをしたいのですが、そのライブラリがSDK同梱のものは古くて対応してないので、ここからダウンロードする HttpComponents - HttpComponents Downloads ここの Binary with dependencies というものを落とす。現在バージョンは HttpClient 4.0.1 念のためURLズバリも貼っておくか↓コレ ht
Randomistas Random thoughts on technology, international development and entrepreneurship … When Google released its +1 button, I wanted to be able to use it in a PHP application. Specifically,I wanted to be able to obtain the counter for a series of links in order to rank the links by popularity. Unfortunately, Google did not offer a Google +1 true API at the time (and still does not offer one as
PerlでPOSTする必要があったので調べてみた。 HTTP::Request::CommonでPOSTするデータを用意して、LWP::UserAgentに委ねるだけ。 この連携はいつ使っても感動しますね。 use strict; use LWP::UserAgent; use HTTP::Request::Common; # POST準備 my $url = 'http://exsample.com/receive.cgi'; my %postdata = ( 'id' => 'id', 'pass' => 'pass' ); my $request = POST( $url, \%postdata ); # 送信 my $ua = LWP::UserAgent -> new; my $res = $ua -> request( $request ) -> as_string;
cURL " src="/arrow.png"> libcurl " src="/arrow.png"> PHP " src="/arrow.png"> ExamplesPHP/CURL Examples Collection We try to collect examples on how to program the PHP/CURL interface here. If you have any source snippests you want to share with the rest of the world, please let us know! ExampleDescriptionAuthor
In December's Mixmag, out now, our cover CD showcases the sound of Slam. It's a 15 track masterclass crammed with the boys biggest tunes representing the last ten years at their Scottish institution Pressure at The Arches. It includes tracks and remixes from Daft Punk, Green Velvet, Dave Clarke, Laurent Garnier, Funk D'Void, Joris Voorn and Radio Slave. Inside the mag we tell you how to spend the
本日からPHPのメモを記述して行こうと思います。 さて早速今日のネタ。 ぎじゅっやさんにてfile_get_contentsでWebページへアクセスする際に、UserAgentを変更する方法が紹介されています。 では、これを応用してfile_get_contentsを使ってPOST形式でデータを送信してみましょう。 参考コード <?php //POSTデータ $data = array( "param1" => "data1", "param2" => "data2" ); $data = http_build_query($data, "", "&"); //header $header = array( "Content-Type: application/x-www-form-urlencoded", "Content-Length: ".strlen($data) ); $cont
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く